Excel.Interfaces.PivotFieldData interface

を呼び出 pivotField.toJSON()して返されるデータを記述するインターフェイス。

プロパティ

id

PivotField の ID。

items

PivotField に関連付けられている PivotItems を返します。

name

PivotField の名前。

showAllItems

PivotField のすべての項目を表示するかどうかを指定します。

subtotals

PivotField の小計。

プロパティの詳細

id

PivotField の ID。

id?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.8 ]

items

PivotField に関連付けられている PivotItems を返します。

items?: Excel.Interfaces.PivotItemData[];

プロパティ値

注釈

[ API セット: ExcelApi 1.8 ]

name

PivotField の名前。

name?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.8 ]

showAllItems

PivotField のすべての項目を表示するかどうかを指定します。

showAllItems?: boolean;

プロパティ値

boolean

注釈

[ API セット: ExcelApi 1.8 ]

subtotals

PivotField の小計。

subtotals?: Excel.Subtotals;

プロパティ値

注釈

[ API セット: ExcelApi 1.8 ]