Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalRangeExpression Class / Source Property


In This Topic
    Source Property (ExternalRangeExpression)
    In This Topic
    Gets the source of the range.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Source As Object
    'Usage
     
    
    Dim instance As ExternalRangeExpression
    Dim value As Object
     
    value = instance.Source
    public override object Source {get;}
    See Also