GridViewRowCollection.Item Property
.NET Framework 3.0
Gets the GridViewRow object 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 GridViewRow get_Item (int index)
Not applicable.
Parameters
- index
The index of the GridViewRow object to retrieve from the collection.
Property Value
The GridViewRow object at the specified index in the collection.Community Additions
ADD
Show: