Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroups Interface / Count Property


In This Topic
Count Property (ISparklineGroups)
In This Topic
Gets the count of sparkline groups in the associated IRange object.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As ISparklineGroups
Dim value As Integer
 
value = instance.Count
See Also