LOTUSSCRIPT/COM/OLE CLASSES


ItemName property
Example

Read-only. The programmatic name of a column, which is usually the field (item) name for a column based on a field.

Defined in

NotesViewColumn

Data type

String

Syntax

To get: name$ = notesViewColumn.ItemName

Usage

The programmatic name is specified in the Advanced tab of the Column Properties box.

By default:


The view designer can change the programmatic name.

Language cross-reference

ItemName property in Java ViewColumn class

Example
See Also