LOTUSSCRIPT/COM/OLE CLASSES


IsSecondaryResort property
Example

Read-write. Indicates whether an ascending or descending user-sorted column has a secondary sorting column.

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

To set: notesViewColumn. IsSecondaryResort = flag

Legal values


Usage

In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. For ascending and descending sorts, you can choose to have a secondary sort column.

If a user-sorted column is "Change to view," this property is false.

The column must be selected through the designer UI.

The sort is ascending unless IsSecondaryResortDescending is True.

Language cross-reference

IsSecondaryResort property in Java ViewColumn class

Example
See Also