IsSortDescending (ViewColumn - Java™)

読み書き可能。自動ソート列を降順でソートするかどうかを示します。

注: このプロパティは、Release 6.5 から読み書き可能になりました。

定義位置

ViewColumn

データ型

boolean 型

構文

public boolean isSortDescending()
    throws NotesException
public void setSortDescending(boolean flag)
    throws NotesException

有効な値

使用法

列プロパティのソートタブの [降順] ボタンは、自動ソート列が降順であることを示します。

このプロパティを有効にするには、IsSorted が true である必要があります。

クロスリファレンス

LotusScript® NotesViewColumn クラスの IsSortDescending プロパティ