[]
        
(Showing Draft Content)

C1.Excel.ShapeCollection.Remove

Remove Method

Remove(XLShape)

Removes an XLShape object from the collection.

Declaration
public bool Remove(XLShape shape)
Parameters
Type Name Description
XLShape shape

XLShape object to remove from the collection.

Returns
Type Description
bool

Remove(int)

Removes an XLShape object from the collection.

Declaration
public bool Remove(int id)
Parameters
Type Name Description
int id

The identifier of the object to remove from the collection.

Returns
Type Description
bool