JAVA/CORBA CLASSES


SecondaryResortColumnIndex property
Example

Read-write. The index of the secondary sorting column of a user-sorted column that allows a secondary sorting column.

Note This property is new with Release 6.5.

Defined in

ViewColumn

Data type

int

Syntax

public int getSecondaryResortColumnIndex()
   throws NotesException

public void setSecondaryResortColumnIndex(int index)
   throws NotesException

Usage

The index of the first column is 0, the second 1, and so on.

See IsSecondaryResort for allowing a secondary sorting column.

See IsResortAscending and IsResortDescending for allowing user-sorted columns.

See IsSorted for an auto-sorted column.

Language cross-reference

SecondaryResortColumnIndex property in LotusScript NotesViewColumn class

Example
See Also