SecondaryResortColumnIndex (ViewColumn - Java™)

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

注: このプロパティは R6.5 で新しく追加されました。

定義位置

ViewColumn

データ型

int 型

構文

public int getSecondaryResortColumnIndex()
    throws NotesException
public void setSecondaryResortColumnIndex(int index)
    throws NotesException

使用法

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

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

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

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

クロスリファレンス

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