ResortToViewName (ViewColumn - Java™)
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.5.
Defined in
Data type
String
Syntax
public String getResortToViewName()
throws NotesException
public void setResortToViewName(String name)
throws NotesException
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.