IsSecondaryResortDescending (ViewColumn - Java™)
Read-write. Indicates whether a secondary sorting column for a user-sorted column is sorted in descending order.
Note: This property is read-write with Release
6.5.
Defined in
Data type
boolean
Syntax
public boolean isSecondaryResortDescending()
throws NotesException
public void setSecondaryResortDescending(boolean flag)
throws NotesException
Legal values
- true if a secondary sorting column is descending
- false if a secondary sorting column is ascending
Usage
IsSecondaryResort must be true for this property to be effective.