ColumnValues (ViewEntry - Java)

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

Defined in

ViewEntry

Data type

java.util.Vector; elements are Double, DateTime, or String

Syntax

public Vector getColumnValues()
    throws NotesException

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