IsResortAscending (NotesViewColumn - JavaScript)

Read-write. Indicates whether a column is a user-sorted column that can be sorted in ascending order.

Defined in

NotesViewColumn

Syntax

isResortAscending() : boolean

setResortAscending(flag:boolean) : void

Legal value Description
true if the column is ascending user-sorted
false if the column is not ascending user-sorted

Usage

In the sort tab for column properties, Click on column head to sortindicates a user-sorted column. Ascending or Both indicates ascending.

See IsSecondaryResort to allow a secondary sorting column.

See IsResortDescending and IsResortToView for alternative user-sorted columns.

See IsSorted for an auto-sorted column.