TableCellCollection.Item Property
.NET Framework 3.0
Gets a TableCell from the TableCellCollection at the specified index.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public TableCell get_Item (int index)
Not applicable.
Parameters
- index
An ordinal index value that specifies the TableCell to return.
Property Value
A TableCell that represents an element in the TableCellCollection.Community Additions
ADD
Show: