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