IsNumberAttribPercent (NotesViewColumn - LotusScript®)
Read-write. Indicates whether the number attributes for a column include displaying the number as a percentage.
Note: This property is new with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesViewColumn.IsNumberAttribPercent
To set: notesViewColumn .IsNumberAttribPercent = flag
Legal values
- True indicates that the number attributes include percent.
- False indicates that the number attributes do not include percent.
Usage
See NumberAttrib for all the number attributes.