LOTUSSCRIPT/COM/OLE CLASSES


ListSep property
Example

Read-write. List (multi-value) separator for 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: sep% = notesViewColumn.ListSep

To set: notesViewColumn. ListSep = sep%

Legal values


Language cross-reference

ListSep property in Java ViewColumn class

Example