.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Title property
Example

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