ColumnNames (NotesView - LotusScript®)

Read-only. The names of the columns in a view.

Note: This property is new with Release 5.0.2b.
Note: This property is supported in COM only.

Defined in

NotesView

Data type

Variant

Syntax

To get: variant = notesView .ColumnNames

Usage

The order of the column names corresponds to the order of the columns in the view, from left to right.

Example