LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Format for numeric values in a column.
Note This property is new with Release 5.
Note This property is read-write with Release 6.
Defined in
NotesViewColumn
Data type
Constant of type Integer
Syntax
To get: format% = notesViewColumn.NumberFormat
To set: notesViewColumn. NumberFormat = format%
Legal values
To display a number as a percentage, see NumberAttrib.
Language cross-reference
NumberFormat property in Java ViewColumn class
Example