Control Object Properties
Column Column number of grid or Listview
   
Description Currently referenced column number of Grid or Listview.

This property does NOT contain the current column number of the control, but rather the column number being referenced when used in conjunction with other properties. For instance in Grid, setting 'Column to 2 and 'Row to 3 will allow the application to reference the 'Text$ value for the cell in column 2, row 3. It will not change the current position within the grid.

   
Used by GRID LISTVIEW