ActiveReports.Chart Request technical support
GridLayout Class Members
See Also  Properties  Methods  Events


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 MethodEqualsOverridden. Compares the GridLayout object to another System.Object to see whether they are equal.  
Public MethodGetHashCodeOverridden. Serves 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.  
Public MethodInternalGetParentsFor internal use only. (Inherited from Item)
Top

Public Events

 NameDescription
Public EventChangeFor internal use only. (Inherited from Item)
Top

See Also