Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / ShapeCollection Class / Remove Method / Remove(XLShape) Method
XLShape object to remove from the collection.

In This Topic
    Remove(XLShape) Method
    In This Topic
    Removes an XLShape object from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal shape As XLShape _
    ) As Boolean
    public bool Remove( 
       XLShape shape
    )

    Parameters

    shape
    XLShape object to remove from the collection.
    See Also