GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartGroups Interface / Count Property


In This Topic
Count Property (IChartGroups)
In This Topic
Gets the number of chart groups in the collection.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As IChartGroups
Dim value As Integer
 
value = instance.Count
See Also