Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / Remove Method
The shape IShape will be removed.
Indicates that we will notify to update UI
Indicates that we will ungroup if the group has only one child


In This Topic
    Remove Method (ICompositeShape)
    In This Topic
    Remove shape from children
    Syntax
    'Declaration
     
    
    Sub Remove( _
       ByVal shape As IShape, _
       ByVal notifyUI As Boolean, _
       Optional ByVal ungroupAuto As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ICompositeShape
    Dim shape As IShape
    Dim notifyUI As Boolean
    Dim ungroupAuto As Boolean
     
    instance.Remove(shape, notifyUI, ungroupAuto)

    Parameters

    shape
    The shape IShape will be removed.
    notifyUI
    Indicates that we will notify to update UI
    ungroupAuto
    Indicates that we will ungroup if the group has only one child
    See Also