SpreadsheetGear 2017
ParentGroup Property (IShape)






SpreadsheetGear.Shapes Namespace > IShape Interface : ParentGroup Property
Returns the parent shape of this shape if this shape is part of a group, or returns null if this shape is not part of a group.
Syntax
'Declaration
 
ReadOnly Property ParentGroup As IShape
'Usage
 
Dim instance As IShape
Dim value As IShape
 
value = instance.ParentGroup
IShape ParentGroup {get;}
read-only property ParentGroup: IShape; 
function get ParentGroup : IShape
__property IShape* get_ParentGroup();
property IShape^ ParentGroup {
   IShape^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IShape Interface
IShape Members