[]
Checks whether the collection contains a specific XLShape object.
public bool Contains(XLShape shape)
Type | Name | Description |
---|---|---|
XLShape | shape | XLShape object to look for. |
Type | Description |
---|---|
bool | True if the collection contains the range, False otherwise. |
Checks whether the collection contains a specific XLShape object.
public bool Contains(int id)
Type | Name | Description |
---|---|---|
int | id | The identifier of the object to look for. |
Type | Description |
---|---|
bool | True if the collection contains the range, False otherwise. |