DocumentTableCollectionContains Method (DocumentTable) |
Returns a value indicating whether this collection contains the specified table.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic bool Contains(
DocumentTable table
)
Public Function Contains (
table As DocumentTable
) As Boolean
public:
bool Contains(
DocumentTable^ table
)
member Contains :
table : DocumentTable -> bool
Parameters
- table
- Type: GroupDocs.Assembly.DataDocumentTable
A table to look for.
Return Value
Type:
BooleanA value indicating whether this collection contains the specified table.
See Also