ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / GridLayout Class / GridLayout Constructor / GridLayout Constructor(Int32,Int32)

Specifies the number of rows.

Specifies the number of columns.

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

    Parameters

    rows

    Specifies the number of rows.

    columns
    Specifies the number of columns.
    See Also