SecondaryResortColumnIndex (NotesViewColumn - JavaScript™)
Read-write. The index of the secondary sorting column of a user-sorted column that allows a secondary sorting column.
Defined in
NotesViewColumnSyntax
getSecondaryResortColumnIndex()
: int
setSecondaryResortColumnIndex(index:int) : void
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.