ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.Boolean
    public System.bool Remove( 
       XLShape shape
    )

    Parameters

    shape
    XLShape object to remove from the collection.
    See Also