SecondaryResortColumnIndex (NotesViewColumn - LotusScript®)

Read-write. The index of the secondary sorting column of a user-sorted column that allows a secondary sorting column.

Note: This property is new with Release 6.

Defined in

NotesViewColumn

Data type

Integer

Syntax

To get: columnIndex = notesViewColumn.SecondaryResortColumnIndex

To set: notesViewColumn . SecondaryResortColumnIndex = columnIndex

Usage

The index of the first column is 0, the second 1, and so on.

See IsSecondaryResort for allowing a secondary sorting column.

See IsResortAscending and IsResortDescending for allowing user-sorted columns.

See IsSorted for an auto-sorted column.

Example