ActiveReports 12
IncreaseSize Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > GridLayout Class : IncreaseSize Method
Increases the grid layout size by one column or one row at a time.
Syntax
'Declaration
 
Public Sub IncreaseSize() 
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

Reference

GridLayout Class
GridLayout Members