LOTUSSCRIPT/COM/OLE CLASSES
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
NotesViewColumn
Data type
Boolean
Syntax
To get: flag = notesViewColumn.IsNumberAttribPercent
To set: notesViewColumn.IsNumberAttribPercent = flag
Legal values
See NumberAttrib for all the number attributes.
Language cross-reference
IsNumberAttribPercent property in Java ViewColumn class
Example