GetColumn (NotesView - LotusScript®)
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
Syntax
Set notesViewColumn = notesView .GetColumn( columnNumber& )
Parameters
columnNumber&
Long. 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
notesViewColumn
A NotesViewColumn object. The specified column.