IsHidden (NotesViewColumn - LotusScript®)

Read-write. Indicates whether a column is hidden.

Note: This property is read-write with Release 6.
Note: This property only reports on the state of the hide column checkbox in the column properties infobox. It does not evaluate the column hide formula to determine whether the column is currently visible.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn .IsHidden

To set: notesViewColumn . IsHidden = flag

Legal values

  • True indicates that the column is hidden.
  • False indicates that the column is not hidden.

Example