Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Regroupable Property


In This Topic
Regroupable Property (IShapeBase)
In This Topic
Returns whether the shape is able to regroup.
Syntax
'Declaration
 
ReadOnly Property Regroupable As Boolean
 
'Usage
 
Dim instance As IShapeBase
Dim value As Boolean
 
value = instance.Regroupable

Property Value

The IShape object contains all grouped shapes.
Remarks
Because a group of shapes is treated as a single object, grouping and ungrouping shapes changes the number of items in the Shapes collection and changes the index numbers of items that come after the affected items in the collection.
See Also