IsSecondaryResortDescending (NotesViewColumn - LotusScript®)

Read-write. Indicates whether a secondary sorting column for a user-sorted column is descending in sort order.

Note: This property is new with Release 5.
Note: This property is read-write with Release 6.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.IsSecondaryResortDescending

To set: notesViewColumn . IsSecondaryResortDescending = flag

Legal values

  • True indicates that the secondary column is descending.
  • False indicates that the secondary column is ascending.

Usage

IsSecondaryResort must be True for this property to be effective.

Example