C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowCollection Class / C1GridViewRowCollection Constructor
An System.Collections.ArrayList object that contains the C1GridViewRow objects with which to initialize the collection.

In This Topic
C1GridViewRowCollection Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewRowCollection class using the specified System.Collections.ArrayList.
Syntax
'Declaration
 
Public Function New( _
   ByVal rows As System.Collections.ArrayList _
)
 

Parameters

rows
An System.Collections.ArrayList object that contains the C1GridViewRow objects with which to initialize the collection.
See Also