Position (NotesViewColumn - LotusScript®)

Read-only. The position of a column in its view. Columns are numbered from left to right, starting with 1.

Defined in

NotesViewColumn

Data type

Integer

Syntax

To get: pos% = notesViewColumn .Position

Usage

The Columns property in NotesView returns an array of NotesViewColumn objects. The array is zero-based, so the first element in the array is at index 0 and contains the NotesViewColumn at Position 1. The second element in the array is at index 1 and contains the NotesViewColumn at Position 2, and so on. Remember to add one to the array index to get the correct Position value.

Example