See Also

GridLayout Class  | GridLayout Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

DecreaseSize Method

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

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

Remarks

For example, if a GridLayout has two rows and two columns, the first call to the DecreaseSize method will subtract one column, and the second call will subtract one row. If a GridLayout has two rows and three columns, the first call to the DecreaseSize method will subtract one column, and the second call will subtract one row.

See Also

GridLayout Class  | GridLayout Members

 

 


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