ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Integer, _
       ByVal columns As System.Integer _
    )
    public GridPanel( 
       System.int rows,
       System.int columns
    )

    Parameters

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