Spread WPF 17
GrapeCity.CalcEngine Namespace / IMultiSourceProvider Interface / GetCalcSources Method
The start ICalcSource that need to enumerate.
The end ICalcSource that need to enumerate.


In This Topic
    GetCalcSources Method
    In This Topic
    Returns an enumerator that iterates through the ICalcSource collection.
    Syntax
    'Declaration
     
    Function GetCalcSources( _
       ByVal startSource As ICalcSource, _
       ByVal endSource As ICalcSource _
    ) As IEnumerable(Of ICalcSource)
    'Usage
     
    Dim instance As IMultiSourceProvider
    Dim startSource As ICalcSource
    Dim endSource As ICalcSource
    Dim value As IEnumerable(Of ICalcSource)
     
    value = instance.GetCalcSources(startSource, endSource)

    Parameters

    startSource
    The start ICalcSource that need to enumerate.
    endSource
    The end ICalcSource that need to enumerate.
    See Also