Spread Windows Forms 15.0
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;}
    See Also