Contains
Contents
[
Hide
]
Contains(string)
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. |
Return Value
A value indicating whether this collection contains a column with the specified name.
See Also
- class DocumentTableColumnCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Contains(DocumentTableColumn)
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. |
Return Value
A value indicating whether this collection contains the specified column.
See Also
- class DocumentTableColumn
- class DocumentTableColumnCollection
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly