GridViewRowCollection.GridViewRowCollection Constructor
.NET Framework 3.0
Initializes a new instance of the GridViewRowCollection class using the specified System.Collections.ArrayList object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public GridViewRowCollection ( ArrayList rows )
public function GridViewRowCollection ( rows : ArrayList )
Not applicable.
Parameters
- rows
An System.Collections.ArrayList object that contains the GridViewRow objects with which to initialize the collection.
Community Additions
ADD
Show: