C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.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 Integer _
) As Boolean
 

Parameters

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