ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / ShapeCollection Class / Remove Method / Remove(Int32) Method
The identifier of the object to remove from the collection.

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

    Parameters

    id
    The identifier of the object to remove from the collection.
    See Also