Control Object Properties
Colno Column Number of Grid or Listview
 

The 'Colno property is a +PxPlus Exclusive feature

Description Column number of grid or Listview. This property is fundamentally the same as referring to the 'Column property however is included to allow a numeric column number to be specified as a string with accessing the properties.

For example, if the application references 'Column$ in a grid, it will receive the logical column name as opposed to its number. Referencing 'Colno$ will return the column number as a string.

   
Used by GRID LISTVIEW