Excel for WPF and Silverlight
Remove(XLShape) Method

C1.WPF.Excel Namespace > ShapeCollection Class > Remove Method : Remove(XLShape) Method
XLShape object to remove from the collection.
Removes an XLShape object from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal shape As XLShape _
) As System.Boolean
public System.bool Remove( 
   XLShape shape
)

Parameters

shape
XLShape object to remove from the collection.
See Also

Reference

ShapeCollection Class
ShapeCollection Members
Overload List