Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / GroupItems Property


In This Topic
GroupItems Property (Shape)
In This Topic
Gets a IGroupShapes object that represents the individual shapes in the specified group.
Syntax
'Declaration
 
Public ReadOnly Property GroupItems As IGroupShapes
 
'Usage
 
Dim instance As Shape
Dim value As IGroupShapes
 
value = instance.GroupItems

Property Value

The individual shapes in the specified group.
See Also