TableRowCollection.GetRowIndex Method
.NET Framework 3.0
Returns a value that represents the index of the specified TableRow from the TableRowCollection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int GetRowIndex ( TableRow row )
public function GetRowIndex ( row : TableRow ) : int
Not applicable.
Parameters
- row
The TableRow object to search for in the TableRowCollection.
Return Value
The ordinal index position of the specified TableRow within the collection. The default is -1, which indicates that the specified TableRow has not been found.Community Additions
ADD
Show: