ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas 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 DrawingShape 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