Determines the index of a specific item in the [!:Spire.Doc.ITableCollection].
Namespace: Spire.Doc.CollectionsAssembly: 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.