Spread Windows Forms 15.0
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
    public int CharIndex {get;}
    See Also