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


In This Topic
    HasSpaceAfterFirstKeyword Property
    In This Topic
    Gets whether there is a space takes place after the first keyword.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HasSpaceAfterFirstKeyword As Boolean
    'Usage
     
    
    Dim instance As TableReferenceExpression
    Dim value As Boolean
     
    value = instance.HasSpaceAfterFirstKeyword
    public bool HasSpaceAfterFirstKeyword {get;}
    See Also