Spread WinForms 15
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

Property Value

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