System.Web.UI.WebControls Namespace TableCellCollection Class
Returns the index of a cell in a Table.
[ VB ] Public Function GetCellIndex ( _ ByVal cell As TableCell _ ) As Integer [ C# ] public int GetCellIndex ( TableCell cell ); [ C++ ] public: int GetCellIndex ( TableCell* cell ); [ JScript ] public function GetCellIndex ( cell : TableCell ) : int;
The index number of the specified TableCell within the collection.
Use the GetCellIndex method to find a specified TableCell from the TableCellCollection. If the specified TableCell is not found, an index of -1 is returned.
TableCellCollection 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