JAVA/CORBA CLASSES


ColumnNames property
Example

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

Defined in

View

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getColumnNames()
   throws NotesException

Usage

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

Language cross-reference

ColumnNames property in LotusScript NotesView class

Example
See Also