[]
Removes an XLShape object from the collection.
public bool Remove(XLShape shape)
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)
Type | Name | Description |
---|---|---|
int | id | The identifier of the object to remove from the collection. |
Type | Description |
---|---|
bool |