Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcExternalNameExpression Class / Source Property


In This Topic
    Source Property (CalcExternalNameExpression)
    In This Topic
    Gets the owner which contains the named variable.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As ICalcSource
    'Usage
     
    Dim instance As CalcExternalNameExpression
    Dim value As ICalcSource
     
    value = instance.Source
    public ICalcSource Source {get;}

    Property Value

    owner which contains the named variable.
    See Also