Spread Windows Forms 12.0 Product Documentation
Count Property (SyntaxHighlight)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > SyntaxHighlight Class : Count Property
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

Reference

SyntaxHighlight Class
SyntaxHighlight Members