ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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 _
    )
    public C1GridViewRowCollection( 
       System.Collections.ArrayList rows
    )

    Parameters

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