Contains
Leave feedback
On this page
Returns a value indicating whether this collection contains a table with the specified name.
public bool Contains(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | The case-insensitive name of a table to look for. |
A value indicating whether this collection contains a table with the specified name.
- class DocumentTableCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Returns a value indicating whether this collection contains the specified table.
public bool Contains(DocumentTable table)
| Parameter | Type | Description |
|---|---|---|
| table | DocumentTable | A table to look for. |
A value indicating whether this collection contains the specified table.
- class DocumentTable
- class DocumentTableCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.