ActiveReports Developer 7
GridLayout Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : GridLayout Class

Glossary Item Box

The following tables list the members exposed by GridLayout.

Public Constructors

 NameDescription
Public ConstructorGridLayout ConstructorOverloaded. Initializes a new instance of the GridLayout class.  
Top

Public Properties

 NameDescription
Public PropertyColumnsGets or sets the number of columns for the GridLayout.  
Public PropertyRowsGets or sets the number of rows for the GridLayout.  
Public PropertySizeGets the size of the GridLayout.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the GridLayout object.  
Public MethodDecreaseSizeDecreases the grid layout size by one column or one row at a time.  
Public MethodEqualsCompares the GridLayout object to another System.Object to see whether they are equal.  
Public MethodGetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public MethodIncreaseSizeIncreases the grid layout size by one column or one row at a time.  
Top

See Also