Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you've defined your columns via ColumnList, the indexes for each column are permanent. So, column 2 is always referenced as column 2 no matter its position. Column 2 might be at position 4 if the user moved it. Use this property to determine those user defined positions, or you can use ColumnPosition to get any single column's position.

Note that you cannot change column order using this property. The only way to move a column programmatically is to use the MoveColumn method.

Example

Code Block
// Get the column order 
ColumnOrder = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnOrder")

See Also

ColumnListColumnPositionMoveColumn