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