Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TableReferenceExpression Class / HasSpaceBefore Property


In This Topic
HasSpaceBefore Property
In This Topic
Gets whether there is a space takes place before the first keyword.
Syntax
'Declaration
 
Public ReadOnly Property HasSpaceBefore As Boolean
 
'Usage
 
Dim instance As TableReferenceExpression
Dim value As Boolean
 
value = instance.HasSpaceBefore
See Also