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

Glossary Item Box

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

Syntax

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