IsResortToView (NotesViewColumn - JavaScript)

Read-write. Indicates whether a column is a user-sorted column that allows the user to change to another view.

Defined in

NotesViewColumn

Syntax

isResortToView() : boolean

setResortToView(flag:boolean) : void

Legal value Description
true if the column is user-sorted and allows changing to another view
false if the column is not user-sorted and allows changing to another view

Usage

In the sort tab for column properties, Click on column head to sort indicates a user-sorted column. Change To View indicates allowing the user to change to another view.

If a user-sorted column is ascending or descending, this property is false.

See ResortToViewName for the name of the view to change to.

See IsResortAscending and IsResortDescending for alternative user-sorted columns.

See IsSorted for an auto-sorted column.