IsNumberAttribParens (NotesViewColumn - LotusScript®)

Read-write. Indicates whether the number attributes for a column include parentheses for negative numbers.

Note: This property is new with Release 6.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.IsNumberAttribParens

To set: notesViewColumn .IsNumberAttribParens = flag

Legal values

  • True indicates that the number attributes include parentheses.
  • False indicates that the number attributes do not include parentheses.

Usage

See NumberAttrib for all the number attributes.

Example