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


In This Topic
CharIndex Property
In This Topic
Gets the start character index of this SyntaxHighlightEntry in the formula.
Syntax
'Declaration
 
Public ReadOnly Property CharIndex As Integer
 
'Usage
 
Dim instance As SyntaxHighlightEntry
Dim value As Integer
 
value = instance.CharIndex
See Also