asp.net.ph

TableCellCollection.GetCellIndex Method

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;

Parameters

cell
The TableCell to search for in the collection.

Return

The index number of the specified TableCell within the collection.

Remarks

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.

See Also

TableCellCollection Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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