'Declaration
Function Ungroup( _ Optional ByVal rtlReposition As Boolean _ ) As IShapeRange
'Usage
Dim instance As IShapeBase Dim rtlReposition As Boolean Dim value As IShapeRange value = instance.Ungroup(rtlReposition)
IShapeRange Ungroup( bool rtlReposition )
Parameters
- rtlReposition
- A boolean value indicating whether the child shapes reposition from right to left after ungroupped.
Return Value
An IShapeRange object that represents the ungrouped shapes.