| 
RowCollection
IndexOf Method (TableRow)
  | 
 Retrieves the index of the specified TableRow within the collection.
 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(
	TableRow row
)
 
Public Function IndexOf ( 
	row As TableRow
) As Integer
 
public:
int IndexOf(
	TableRow^ row
)
 
member IndexOf : 
row : TableRow -> int 
 
 
 
Parameters
 
- 
row
 
- 
 Type:
 
Spire.Doc
TableRow
 
 The TableRow to locate in the collection.
Return Value
 
 Type:
 
Int32
 
 The zero-based index of the TableRow if found; otherwise, -1.
 
 See Also
See Also