ITableCollection
Contains Method
|
Determines whether the
[!:Spire.Doc.ITableCollection]
contains a specific value.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
bool Contains(
ITable table
)
Function Contains (
table As ITable
) As Boolean
bool Contains(
ITable^ table
)
abstract Contains :
table : ITable -> bool
Parameters
-
table
-
Type:
Spire.Doc.Interface
ITable
The table.
Return Value
Type:
Boolean
if table is found, set to
true
.
See Also