Determines the index of a specific item in the [!:Spire.Doc.ITableCollection].

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 int IndexOf(
	ITable table
)
Public Function IndexOf ( 
	table As ITable
) As Integer
public:
virtual int IndexOf(
	ITable^ table
) sealed
abstract IndexOf : 
        table : ITable -> int 
override IndexOf : 
        table : ITable -> int 

Parameters

table
ITable
The table.

Return Value

Int32

Implements

ITableCollection..::..IndexOf(ITable)

See Also