Determines whether the [!:Spire.Doc.ITableCollection] contains a specific value.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
ITable
The table.

Return Value

Boolean
If table found, set to true.

Implements

ITableCollection..::..Contains(ITable)

See Also