LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether a column is a user-sorted column that allows the user to change to another view.
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.IsResortToView
To set: notesViewColumn. IsResortToView = flag
Legal values
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Change To View" indicates allowing the user to change to another view.
If a user-sorted column is ascending or descending, this property is False.
See ResortToViewName for the name of the view to change to.
See IsResortAscending and IsResortDescending for alternative user-sorted columns.
See IsSorted for an auto-sorted column.
Language cross-reference
IsResortToView property in Java ViewColumn class
Example See Also