getColumn (View - Java™)
Returns a specified column in a view.
Defined in
Syntax
public ViewColumn getColumn(int columnNumber)
throws NotesException
Parameters
int columnNumber
A column number where 1 is the first column. Cannot be less than 1 or greater than the number of columns in the view.
Return value
ViewColumn
The specified column.