IsSecondaryResortDescending (NotesViewColumn - JavaScript)

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

Defined in

NotesViewColumn

Syntax

isSecondaryResortDescending() : boolean

setSecondaryResortDescending(flag:boolean) : void

Legal value Description
true if a secondary sorting column is descending
false if a secondary sorting column is ascending

Usage

IsSecondaryResort must be true for this property to be effective.