C1GridViewRowCollection Constructor
Constructor. Initializes a new instance of the
C1GridViewRowCollection class using the specified
System.Collections.ArrayList.
public C1GridViewRowCollection(
System.Collections.ArrayList
)
'Declaration
Public Function New( _
ByVal As System.Collections.ArrayList _
)
Parameters
- rows
- An System.Collections.ArrayList object that contains the C1GridViewRow objects with which to initialize the collection.