Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcStructReferenceExpression Class / Table Property


In This Topic
    Table Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Table As ITableStruct
    'Usage
     
    Dim instance As CalcStructReferenceExpression
    Dim value As ITableStruct
     
    value = instance.Table
    public ITableStruct Table {get;}
    See Also