ActiveReports Developer 7
IncreaseSize Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > GridLayout Class : IncreaseSize Method

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
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