ResortToViewName (NotesViewColumn - JavaScript™)
Read-write. The name of the target view for a user-sorted column that allows the user to change to another view.
Defined in
NotesViewColumnSyntax
getResortToViewName() : string
setResortToViewName(name:string) : void
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.