ColumnValues (NotesViewEntry - LotusScript®)

Read-only. The value of each column in the view entry.

Defined in

NotesViewEntry

Data type

Array of variants

Syntax

To get: valuesArray = notesViewEntry .ColumnValues

Usage

A column value is not returned if it is determined by:

  • A formula containing a UI-only function such as @IsExpandable or @DocNumber.
  • A constant.

Example