[]
        
(Showing Draft Content)

Wijmo_Olap.Pivotfieldcollection

PivotFieldCollection クラス

PivotField オブジェクトのコレクションを表します。

階層

  • any
    • PivotFieldCollection

コンストラクタ

プロパティ

メソッド

コンストラクタ

constructor

プロパティ

engine

engine: PivotEngine

このPivotFieldCollection を所有するPivotEngine への参照を取得します。

maxItems

maxItems: number

このコレクションで許容されるフィールドの最大数を取得または設定します。

デフォルトでは、このプロパティはnullに設定されます。この場合、任意の数の項目が許容されます。

メソッド

getField

  • キーに基づいてフィールドを取得します。

    引数

    戻り値 PivotField

push

  • push(...item: any[]): number
  • ヘッダーに基づいてフィールドをプッシュできるようにオーバーライドされます。

    引数

    • Rest ...item: any[]

    戻り値 number

    The new length of the array.