ResortToViewName (NotesViewColumn - LotusScript®)
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
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.