LOTUSSCRIPT/COM/OLE CLASSES


GetColumn method
Example

Returns a specified column in a view.

Note This method is new with Release 5.0.2b.

Note This method is supported in COM only.

Defined in

NotesView

Syntax

Set notesViewColumn = notesView.GetColumn( columnNumber& )

Parameters

columnNumber&


Return value

notesViewColumn


Language cross-reference

getColumn method in Java View class

@DbColumn function in formula language

Example