ActiveReports.Chart Request technical support
GridLayout Constructor(Int32,Int32)
See Also 


rows

Specifies the number of rows.

columns
Specifies the number of columns.
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 Integer, _
   ByVal columns As Integer _
)
Visual Basic (Usage)Copy Code
Dim rows As Integer
Dim columns As Integer
 
Dim instance As GridLayout(rows, columns)
C# 
public GridLayout( 
   int rows,
   int columns
)

Parameters

rows

Specifies the number of rows.

columns
Specifies the number of columns.

See Also