ActiveReports Developer 7
GridLayout Constructor(Int32,Int32)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > GridLayout Class > GridLayout Constructor : GridLayout Constructor(Int32,Int32)

rows

Specifies the number of rows.

columns
Specifies the number of columns.

Glossary Item Box

Initializes a new instance of the GridLayout class with the specified number of rows and columns.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rows As System.Integer, _
   ByVal columns As System.Integer _
)
C# 
public GridLayout( 
   System.int rows,
   System.int columns
)

Parameters

rows

Specifies the number of rows.

columns
Specifies the number of columns.

See Also