GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / ParentGroup Property


In This Topic
ParentGroup Property (IShape)
In This Topic
Gets a IShape object that represents the common parent shape of a child shape or a range of child shapes.
Syntax
'Declaration
 
ReadOnly Property ParentGroup As IGroupShape
 
'Usage
 
Dim instance As IShape
Dim value As IGroupShape
 
value = instance.ParentGroup

Property Value

The common parent shape.
See Also