ITableCollection
IndexOf Method
|
Determines the index of a specific item in the collection.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
int IndexOf(
ITable table
)
Function IndexOf (
table As ITable
) As Integer
int IndexOf(
ITable^ table
)
abstract IndexOf :
table : ITable -> int
Parameters
-
table
-
Type:
Spire.Doc.Interface
ITable
The table.
Return Value
Type:
Int32
See Also