| 
TableCollection
IndexOf Method
  | 
 Determines the index of a specific item in the
 
[!:Spire.Doc.ITableCollection]
 
 .
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
- 
 Type:
 
Spire.Doc.Interface
ITable
 
 The table.
Return Value
 
 Type:
 
Int32
 
Implements
 
ITableCollection
IndexOf(ITable)
 
 
 See Also
See Also