Returns index of a specified row in collection.

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(
	TableRow row
)
Public Function IndexOf ( 
	row As TableRow
) As Integer
public:
int IndexOf(
	TableRow^ row
)
member IndexOf : 
        row : TableRow -> int 

Parameters

row
TableRow
The row.

Return Value

Int32

See Also