IsSecondaryResortDescending (NotesViewColumn - JavaScript)

読み書き可能。ユーザーソート列の 2 次ソート列を降順でソートするかどうかを示します。

定義場所

NotesViewColumn

構文

isSecondaryResortDescending() : boolean

setSecondaryResortDescending(flag:boolean) : void

適正値 説明
true 2 次ソート列が降順の場合
false 2 次ソート列が昇順の場合

使用法

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

言語間の参照

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

Java™ ViewColumn クラスの IsSecondaryResortDescending プロパティ