Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlight Class / Count Property


In This Topic
    Count Property (SyntaxHighlight)
    In This Topic
    Gets the total number of highlight entries.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As SyntaxHighlight
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    An integer value represents the total number of highlight entries.
    See Also