Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TableReferenceExpression Class / Keyword Property


In This Topic
    Keyword Property
    In This Topic
    Gets the table reference type
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Keyword As StructuredTableReferenceKeywordType
    'Usage
     
    
    Dim instance As TableReferenceExpression
    Dim value As StructuredTableReferenceKeywordType
     
    value = instance.Keyword
    public StructuredTableReferenceKeywordType Keyword {get;}
    See Also