ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / ShapeCollection Class / Remove Method / Remove(DrawingShape) Method

In This Topic
    Remove(DrawingShape) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As DrawingShape _
    ) As System.Boolean
    public System.bool Remove( 
       DrawingShape item
    )

    Parameters

    item
    See Also