Versions Compared

Key

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

...

The MoveColumn method programmatically moves a column into a new position, just as if the user had drag and dropped the column into that position. The Column parameter is an index to a column as appears in the ColumnList property. The NewPosition property is the column's new position.

...

Code Block
// Move column 5 to position 1 
Send_Message(@Window:".OLE_REPORTTABLE", "OLE.MoveColumn", 5, 1)

See Also

ColumnList