See Also

GridLayout Class  | GridLayout Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

IncreaseSize Method

Increases the grid layout size by one column or one row at a time.

[Visual Basic]
Public Sub IncreaseSize()
[C#]
public void IncreaseSize();

Remarks

For example, if a GridLayout has one row and one column, the first call to the IncreaseSize method will add one column, and the second call will add one row. If a GridLayout has one row and two columns, the first call to the IncreaseSize method will add one row, and the second call will add one column.

See Also

GridLayout Class  | GridLayout Members

 

 


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