Versions Compared

Key

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

...

The ColumnSort property returns the column's sort direction. If the column is sorted in the ascending direction, the property returns "A". If the column is sorted in the descending direction, the property returns "D". You cannot set this property. Use the SortOrder property to programmatically modify the sort directions.

...

Code Block
// Get column 3's sort direction 
SortDirection = Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnSort[3]")

See Also

SortOrder