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


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

    Property Value

    The source.
    See Also