IsHideDetail (NotesViewColumn - LotusScript®)

Read-write. Indicates whether the details for total columns are hidden.

Note: This property is new with Release 5.
Note: This property is read-write with Release 6.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.IsHideDetail

To set: notesViewColumn . IsHideDetail = flag

Legal values

  • True indicates that the details for totals are hidden.
  • False indicates that the details for totals are displayed.

Example