Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalNameExpression Class / Source Property


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