LOTUSSCRIPT/COM/OLE CLASSES


NumberDigits property
Example

Read-write. Number of decimal places 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

Integer

Syntax

To get: digits% = notesViewColumn.NumberDigits

To set: notesViewColumn. NumberDigits = digits%

Language cross-reference

NumberDigits property in Java ViewColumn class

Example