IsAccentSensitiveSort (NotesViewColumn - LotusScript®)
Read-write. Indicates whether an auto-sorted column is sorted with regard to accent.
Note: This property is new with Release 5.
Note: This property is read-write with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesViewColumn .IsAccentSensitiveSort
To set: notesViewColumn . IsAccentSensitiveSort = flag
Legal values
- True indicates that the column is sorted with regard to accent.
- False indicates that the column is sorted without regard to accent.
Usage
IsSorted must be True for this property to be effective.