Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcExternalIdentity Class / Source Property


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

    Property Value

    The source.
    See Also