ColumnNames (View - Java™)
Read-only. The names of the columns in a view.
Defined in
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.