'Declaration
Function Regroup( _ Optional ByVal rtlReposition As Boolean _ ) As IShapeRange
'Usage
Dim instance As IShapeRange Dim rtlReposition As Boolean Dim value As IShapeRange value = instance.Regroup(rtlReposition)
IShapeRange Regroup( bool rtlReposition )
Parameters
- rtlReposition
- A boolean value indicating whether the child shapes reposition from right to left after regroupped.
Return Value
The IShape object contains all regrouped shapes.