JAVA/CORBA CLASSES


IsSecondaryResortDescending property
Example

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

ViewColumn

Data type

boolean

Syntax

public boolean isSecondaryResortDescending()
   throws NotesException

public void setSecondaryResortDescending(boolean flag)
   throws NotesException

Legal values


Usage

IsSecondaryResort must be true for this property to be effective.

Language cross-reference

IsSecondaryResortDescending property in LotusScript NotesViewColumn class

Example
See Also