JAVA/CORBA CLASSES


IsSorted property
Example

Read-only. Indicates whether a column is an auto-sorted column.

Defined in

ViewColumn

Data type

boolean

Syntax

public boolean isSorted()
   throws NotesException

Legal values


Usage

In the sort tab for column properties, the "Ascending" or "Descending" button indicates an auto-sorted column.

This property is false if the column is user-sorted but not auto-sorted.

See IsSorted, IsResortAscending, and IsResortDescending to modify the auto-sort attributes.

See IsResortAscending, IsResortDescending, and IsResortToView for a user-sorted column.

Language cross-reference

IsSorted property in LotusScript NotesViewColumn class

Example
See Also