Versions Compared

Key

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

...

The ColumnVisible property shows or hides a column. By default, columns are visible though they can be initialized to invisible in the ColumnList property. Set this property to false to hide a column. Note that hidden column still exist in memory, and you can modify its attributes and data just as though it were visible.

...

Code Block
// Hide column 2 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnVisible[2]", 0)

See Also

ColumnVisibleCount