LOTUSSCRIPT/COM/OLE CLASSES


HideFormula property
Example

Read-write. A formula that determines when an entry is hidden, or an empty string.

Note This property is new with Release 5.0.1.

Defined in

NotesOutlineEntry

Data type

String

Syntax

To get: image$ = notesOutlineEntry.HideFormula

To set: notesOutlineEntry.HideFormula = image$

Usage

The hide formula must be a valid Notes formula that evaluates to a boolean value.

UseHideFormula determines if the hide formula is used.

Language cross-reference

HideFormula in Java OutlineEntry class

Example
See Also