LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The title of a column, if any.
Note This property is read-write with Release 6.
Defined in
NotesViewColumn
Data type
String
Syntax
To get: title$ = notesViewColumn.Title
To set: notesViewColumn.Title = title$
Usage
If a column does not have a title, this property returns an empty string ("").
Column titles are not necessarily unique within a view.
Language cross-reference
Title property in Java ViewColumn class
Example See Also