See Also

GridLayout Class  | GridLayout Members  | Overload List

Language

Visual Basic

C#

Show All

rows

Specifies the number of rows.

columns
Specifies the number of columns.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

GridLayout Constructor(Int32,Int32)

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

[Visual Basic]
Public Function New( _    ByVal rows As Integer, _    ByVal columns As Integer _ )
[C#]
public GridLayout(    int rows,    int columns );

Parameters

rows

Specifies the number of rows.

columns
Specifies the number of columns.

See Also

GridLayout Class  | GridLayout Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.