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