Versions Compared

Key

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

...

The ColumnFormat property determines how the column's data is displayed. The syntax of this field depends upon the column Type. See ColumnList for possible types. Listed below are the supported types and their respective format syntax.

...

Code Block
// Set the date format for column 2 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnFormat[2]", "MM/DD/YYYY")

See Also

ColumnList