System.Web.UI.WebControls Namespace TableRowCollection Class
Returns the index of a row in a Table.
[ VB ] Public Function GetRowIndex ( _ ByVal row As TableRow _ ) As Integer [ C# ] public int GetRowIndex ( TableRow row ); [ C++ ] public: int GetRowIndex ( TableRow* row ); [ JScript ] public function GetRowIndex ( row : TableRow ) : int;
The index number of the specified TableRow within the collection.
Use the GetRowIndex method to find a specified TableRow from the TableRowCollection. If the specified TableRow is not found, an index of -1 is returned.
TableRowCollection Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note