Cols, Rows Properties

See Also1BVF0MR              ExampleMEPHR0>Low

Apply To

Grid2VGT0PT.

Description

Determine the total number of columns or rows in a grid.  The minimum is 1.  The maximum number of rows is 2000; the maximum number of columns is 400.

Usage

[form.]grid.Cols[ = numericexpression ]

[form.]grid.Rows[ = numericexpression ]

Remarks

You can use these properties to expand a grid dynamically at run time.  A grid must have at least one non-fixed column and one non-fixed row.

 

Note   The Cols, Rows properties are not the same as the Col, RowL43H93 properties.

 

Data Type

IntegerDOKXHY


See Also

Help:

Col, Row PropertiesL43H93

 

Programmer's Guide:

Chapter 3, "Creating and Using Controls"