UseHideFormula (NotesOutlineEntry - LotusScript®)

Read-write. Indicates whether an entry is hidden when the hide formula is True.

Note: This property is new with Release 5.0.1.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry .UseHideFormula

To set: notesOutlineEntry .UseHideFormula = flag

Legal values

  • True indicates that the entry is hidden when the hide formula is True.
  • False indicates that the entry displays regardless of the hide formula.

Usage

See HideFormula for the text of the hide formula.

Example