Spread WPF 18
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