IsResortAscending (NotesViewColumn - LotusScript®)

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

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

To set: notesViewColumn . IsResortAscending = flag

Legal values

  • True indicates that the column is an ascending user-sorted column.
  • False indicates that the column is not an ascending user-sorted column.

Usage

In the sort tab for column properties, "Click on column head to sort" indicates 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.

Example