ItemName (NotesViewColumn - LotusScript®)
Read-only. The programmatic name of a column, which is usually the field (item) name for a column based on a field.
Defined in
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 programmatic name for a column based on a field is the name of the field.
- The programmatic name for a column based on a simple action or a formula is a dollar sign followed by a digit or digits -- "$1," "$2," and so on.
The view designer can change the programmatic name.