Versions Compared

Key

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

...

Code Block
// Get the width of the first column
ColumnWidth = Get_Property(@Window:".OLE_REPORT", "OLE.ColumnWidth[1]")

// Set the width of the second column
Set_Property(@Window:".OLE_REPORT", "OLE.ColumnWidth[2]", 100)

See Also

ColumnMinWidth