LOTUSSCRIPT/COM/OLE CLASSES


ColumnValues property
Example

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:


Language cross-reference

ColumnValues property in Java ViewEntry class

Example