SpreadsheetGear 2023
Ungroup Method (IShape)


SpreadsheetGear.Shapes Namespace > IShape Interface : Ungroup Method
If this is a group shape, this unbinds the group and returns an IShapeRange with all the unbound shapes.
Syntax
'Declaration
 
Function Ungroup() As IShapeRange
'Usage
 
Dim instance As IShape
Dim value As IShapeRange
 
value = instance.Ungroup()
IShapeRange Ungroup()
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