[]
Removes an XLShape object from the collection.
public bool Remove(XLShape shape)
Public Function Remove(shape As XLShape) As Boolean
| Type | Name | Description |
|---|---|---|
| XLShape | shape | XLShape object to remove from the collection. |
| Type | Description |
|---|---|
| bool |
Removes an XLShape object from the collection.
public bool Remove(int id)
Public Function Remove(id As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | id | The identifier of the object to remove from the collection. |
| Type | Description |
|---|---|
| bool |