LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether a column is hidden.
Note This property is read-write with Release 6.
Defined in
NotesViewColumn
Data type
Boolean
Syntax
To get: flag = notesViewColumn.IsHidden
To set: notesViewColumn. IsHidden = flag
Legal values
IsHidden property in Java ViewColumn class
Example