Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Regroupable Property


In This Topic
    Regroupable Property
    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
    bool Regroupable {get;}

    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