LOTUSSCRIPT/COM/OLE CLASSES


NumberFormat property
Example

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


Usage

To display a number as a percentage, see NumberAttrib.

Language cross-reference

NumberFormat property in Java ViewColumn class

Example