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


In This Topic
Count Property (IGroupShapes)
In This Topic
Gets the number of individual shapes.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As IGroupShapes
Dim value As Integer
 
value = instance.Count

Property Value

The count.
See Also