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


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