Excel for WPF and Silverlight
Remove(Int32) Method

C1.WPF.Excel Namespace > ShapeCollection Class > Remove Method : Remove(Int32) Method
The identifier of the object to remove from the collection.
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

Reference

ShapeCollection Class
ShapeCollection Members
Overload List