Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / IsFieldName Property


In This Topic
IsFieldName Property
In This Topic
Gets a value indicating whether the highlight entry is field name.
Syntax
'Declaration
 
Public ReadOnly Property IsFieldName As Boolean
 
'Usage
 
Dim instance As SyntaxHighlightEntry
Dim value As Boolean
 
value = instance.IsFieldName

Property Value

true if the highlight entry is filed name element; otherwise false.
See Also