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

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

    Parameters

    style
    The Style object to use.
    rows
    The number of rows to create.
    cols
    The number of columns to create.
    See Also