InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridPanel Class / GridPanel Constructor / GridPanel Constructor(Int32,Int32)
The number of rows to create.
The number of columns to create.

In This Topic
    GridPanel Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the GridPanel element with the specified number of rows and columns.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rows As Integer, _
       ByVal columns As Integer _
    )
    public GridPanel( 
       int rows,
       int columns
    )

    Parameters

    rows
    The number of rows to create.
    columns
    The number of columns to create.
    See Also