Read-write. Indicates whether a column is an auto-sorted column.
Note This property is read-write with Release 6.
Defined in
NotesViewColumn
Data type
Boolean
Syntax
To get: flag = notesViewColumn.IsSorted
To set: notesViewColumn. IsSorted = flag
Legal values
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 IsSortDescending, IsAccentSensitiveSort, and IsCaseSensitiveSort to modify the auto-sort attributes.
See IsResortAscending, IsResortDescending, and IsResortToView for a user-sorted column.
Language cross-reference
IsSorted property in Java ViewColumn class
Example See Also