TableRowCollection.Item Property
.NET Framework 3.0
Gets a TableRow from the TableRowCollection 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 TableRow get_Item (int index)
Not applicable.
Parameters
- index
An ordinal index value that specifies which TableRow object to return.
Property Value
A TableRow that represents an element in the TableRowCollection.Community Additions
ADD
Show: