SecondaryResortColumnIndex (NotesViewColumn - JavaScript)

読み書き可能。2 次ソート列を設定できるユーザーソート列の 2 次ソート列のインデックス。

定義場所

NotesViewColumn

構文

getSecondaryResortColumnIndex() : int

setSecondaryResortColumnIndex(index:int) : void

使用法

最初の列の索引は 0、2 番目の列の索引は 1 となり、以下同様に続きます。

2 次ソート列を使用可能にするには、IsSecondaryResort を参照してください。

ユーザーソート列を使用可能にするには、IsResortAscendingIsResortDescending を参照してください。

自動ソート列については、IsSorted を参照してください。

言語間の参照

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

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