IsResortToView (NotesViewColumn - LotusScript®)

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

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.IsResortToView

To set: notesViewColumn . IsResortToView = flag

Legal values

  • True indicates that the column is user-sorted and allows changing to another view.
  • False indicates that 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.

Example