Returns a value that represents the index of the specified System.Web.UI.WebControls.TableRow from the System.Web.UI.WebControls.TableRowCollection.
- row
- The System.Web.UI.WebControls.TableRow object to search for in the System.Web.UI.WebControls.TableRowCollection.
The ordinal index position of the specified System.Web.UI.WebControls.TableRow within the collection. The default is -1, which indicates that the specified System.Web.UI.WebControls.TableRow has not been found.
Use this method to determine the index of the specified System.Web.UI.WebControls.TableRow in the System.Web.UI.WebControls.TableRowCollection. If the specified System.Web.UI.WebControls.TableRow is not found, an index of -1 is returned.