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


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

    Property Value

    Object containing the source
    See Also