Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Regroup Method
A boolean value indicating whether the child shapes reposition from right to left after regroupped.


In This Topic
Regroup Method
In This Topic
Regroups the group that the specified shape range belonged to previously.
Syntax
'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)

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.
See Also