読み書き可能。列が自動ソート列かどうかを示します。
boolean 型
public boolean isSorted()
throws NotesException
public void setSorted(boolean flag)
throws NotesException
列プロパティのソートタブの [昇順] または [降順] ボタンは、自動ソート列を示します。
列が自動ソート列ではなくユーザーソート列の場合、このプロパティは false です。
このプロパティは、IsSortDescending の値が有効になるためには True でなければなりません。IsSortDescending を True に設定すると、降順の自動ソートが可能になります。IsSortDescending を False に設定すると、昇順の自動ソートが可能になります。
自動ソート属性を変更する場合は、IsSortDescending、IsResortAscending、IsResortDescending を参照してください。
ユーザーソート列については、IsResortAscending、IsResortDescending、IsResortToView を参照してください。