ListSep (NotesViewColumn - LotusScript®)
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
Data type
Constant of type Integer
Syntax
To get: sep% = notesViewColumn.ListSep
To set: notesViewColumn . ListSep = sep%
Legal values
- VC_SEP_COMMA (2)
- VC_SEP_NEWLINE (4)
- VC_SEP_NONE (0)
- VC_SEP_SEMICOLON (3)
- VC_SEP_SPACE (1)