Contains
Leave feedback
On this page
Returns a value indicating whether this collection contains a column with the specified name.
public bool Contains(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | The case-insensitive name of a column to look for. |
A value indicating whether this collection contains a column with the specified name.
- class DocumentTableColumnCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Returns a value indicating whether this collection contains the specified column.
public bool Contains(DocumentTableColumn column)
| Parameter | Type | Description |
|---|---|---|
| column | DocumentTableColumn | A column to look for. |
A value indicating whether this collection contains the specified column.
- class DocumentTableColumn
- class DocumentTableColumnCollection
- 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.