JAVA/CORBA-KLASSEN


IsSecondaryResortDescending property
Beispiel

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

Hinweis 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

Beispiel
Siehe auch