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