ComponentOne Excel for UWP
Remove(XLShape) Method

C1.UWP.Excel Assembly > C1.Xaml.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