NotesViewColumn (LotusScript)

Represents a column in a view or folder.

Containment

Contained by: NotesView

Access

You access an existing NotesViewColumn object through the view or folder that contains it. Use the Columns property in NotesView.

Use the CreateColumn and CopyColumn methods in NotesView to create a new column.

Example