LOTUSSCRIPT/COM/OLE CLASSES


ResortToViewName property
Example

Read-write. The name of the target view for a user-sorted column that allows the user to change to another view.

Note This property is new with Release 6.

Defined in

NotesViewColumn

Data type

String

Syntax

To get: viewName = notesViewColumn.ResortToViewName

To set: notesViewColumn. ResortToViewName = viewName

Usage

See IsResortToView for allowing the user to change to another view in a user-sorted column.

See IsResortAscending and IsResortDescending for alternative user-sorted columns.

See IsSorted for an auto-sorted column.

Language cross-reference

ResortToViewName property in Java ViewColumn class

Example