JAVA/CORBA 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 read-write with Release 6.5.
Defined in
ViewColumn
Data type
boolean
Syntax
public boolean isResortToView() throws NotesException
public void setResortToView(boolean flag) throws NotesException
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 LotusScript NotesViewColumn class
Example See Also