Title (ViewColumn - Java)

Read-write. The title of a column or an empty string if the column does not have a title.

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

Defined in

ViewColumn

Data type

String

Syntax

public String getTitle()
    throws NotesException
public void setTitle(String title)
    throws NotesException

Example