CLASSI JAVA/CORBA


IsSecondaryResortDescending property
Esempio

Read-write. Indicates whether a secondary sorting column for a user-sorted column is sorted in descending order.

Nota 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

Esempio
Vedere anche