InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / GridRowCollection Class / GridRowCollection Constructor
The owning GridPanel element.

In This Topic
    GridRowCollection Constructor
    In This Topic
    Initializes a new instance of the GridRowCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal grid As GridPanel _
    )
    public GridRowCollection( 
       GridPanel grid
    )

    Parameters

    grid
    The owning GridPanel element.
    See Also