ListSep (ViewColumn - Java)

Read-write. List (multi-value) separator for values in a column.

Note: This property is read-write with Release 6.5.

Defined in

ViewColumn

Data type

int

Syntax

public int getListSep()
    throws NotesException
public void setListSep(int separator)
    throws NotesException

Legal values

  • ViewColumn.SEP_COMMA
  • ViewColumn.SEP_NEWLINE
  • ViewColumn.SEP_NONE

    Note: This constant is new with Release 6.5.
  • ViewColumn.SEP_SEMICOLON
  • ViewColumn.SEP_SPACE

Example