Excel.Interfaces.DataPivotHierarchyCollectionLoadOptions interface
ピボットテーブルに関連付けられている DataPivotHierarchy 項目のコレクションを表します。
プロパティ
| $all | 読み込みオプションに |
| field | For each ITEM in the collection: DataPivotHierarchy に関連付けられているピボットフィールドを返します。 |
| id | コレクション内の各アイテムの場合: DataPivotHierarchy の ID。 |
| name | コレクション内の各アイテムの場合: DataPivotHierarchy の名前。 |
| number |
コレクション内の各アイテムの場合: DataPivotHierarchy の数値形式。 |
| position | コレクション内の各アイテムの場合: DataPivotHierarchy の位置。 |
| show |
For each ITEM in the collection: データを特定の集計計算として表示するかどうかを指定します。 |
| summarize |
For each ITEM in the collection: DataPivotHierarchy のすべてのアイテムが表示されるかどうかを指定します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
field
For each ITEM in the collection: DataPivotHierarchy に関連付けられているピボットフィールドを返します。
field?: Excel.Interfaces.PivotFieldLoadOptions;
プロパティ値
注釈
id
name
numberFormat
コレクション内の各アイテムの場合: DataPivotHierarchy の数値形式。
numberFormat?: boolean;
プロパティ値
boolean
注釈
position
コレクション内の各アイテムの場合: DataPivotHierarchy の位置。
position?: boolean;
プロパティ値
boolean
注釈
showAs
For each ITEM in the collection: データを特定の集計計算として表示するかどうかを指定します。
showAs?: boolean;
プロパティ値
boolean
注釈
summarizeBy
For each ITEM in the collection: DataPivotHierarchy のすべてのアイテムが表示されるかどうかを指定します。
summarizeBy?: boolean;
プロパティ値
boolean