Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Ungroup Method
A boolean value indicating whether the child shapes reposition from right to left after ungroupped.


In This Topic
    Ungroup Method (IShapeBase)
    In This Topic
    Ungroups any grouped shapes in the specified shape or range of shapes. Disassembles pictures and OLE objects within the specified shape or range of shapes.
    Syntax
    'Declaration
     
    
    Function Ungroup( _
       Optional ByVal rtlReposition As Boolean _
    ) As IShapeRange
    'Usage
     
    
    Dim instance As IShapeBase
    Dim rtlReposition As Boolean
    Dim value As IShapeRange
     
    value = instance.Ungroup(rtlReposition)

    Parameters

    rtlReposition
    A boolean value indicating whether the child shapes reposition from right to left after ungroupped.

    Return Value

    An IShapeRange object that represents the ungrouped 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