Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / CharLength Property


In This Topic
    CharLength Property
    In This Topic
    Gets the character length of this SyntaxHighlightEntry in the formula.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CharLength As Integer
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As Integer
     
    value = instance.CharLength
    public int CharLength {get;}
    See Also