Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcSheetRangeIdentity Class / EndSource Property


In This Topic
    EndSource Property (CalcSheetRangeIdentity)
    In This Topic
    Gets or sets the end source.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndSource As ICalcSource
    'Usage
     
    Dim instance As CalcSheetRangeIdentity
    Dim value As ICalcSource
     
    value = instance.EndSource
    public ICalcSource EndSource {get;}

    Property Value

    The source.
    See Also