Returns an enumerator that iterates through the
ICalcSource collection.
Syntax
'Declaration
Function GetCalcSources( _
ByVal As ICalcSource, _
ByVal As ICalcSource _
) As System.Collections.Generic.IEnumerable(Of ICalcSource)
'Usage
Dim instance As IMultiSourceProvider
Dim startSource As ICalcSource
Dim endSource As ICalcSource
Dim value As System.Collections.Generic.IEnumerable(Of ICalcSource)
value = instance.GetCalcSources(startSource, endSource)
System.Collections.Generic.IEnumerable<ICalcSource> GetCalcSources(
ICalcSource ,
ICalcSource
)
Parameters
- startSource
- The start ICalcSource that need to enumerate.
- endSource
- The end ICalcSource that need to enumerate.
See Also