ActiveReports 9
GridLayout Constructor(Int32,Int32)

Specifies the number of rows.

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

Parameters

rows

Specifies the number of rows.

columns
Specifies the number of columns.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridLayout Class
GridLayout Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum