SpreadsheetGear 2023
GroupItems Property (IShape)


SpreadsheetGear.Shapes Namespace > IShape Interface : GroupItems Property
Gets an IGroupShapes which represents the flattened shapes making up a group, or null if this shape does not represent a group.
Syntax
'Declaration
 
ReadOnly Property GroupItems As IGroupShapes
'Usage
 
Dim instance As IShape
Dim value As IGroupShapes
 
value = instance.GroupItems
IGroupShapes GroupItems {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
IGroupShapes Interface