Control Object Properties
Cell Access Grid
   
Description The following are used to identify specific cells in order to access a variety of grid properties:

‘Row Grid row reference.
‘Column Grid column reference number.
‘Column$ Grid column name.

To access an entire row, set ‘Column to 0. To access an entire column, set ‘Row to 0. The entire grid can be access by setting both ‘Column and ‘Row to 0. For more information, refer to the GRID Directive.

For more information, refer to the GRID Directive.