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
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph