Enum PivotTableSummarizeFunction
PivotTableSummarizeFunction
ピボット テーブルのデータを集計する関数の列挙です。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
SpreadsheetApp.PivotTableSummarizeFunction.CUSTOM
のようにします。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["`PivotTableSummarizeFunction` is an enumeration of functions used to summarize data within Google Sheets pivot tables."],["It provides access to common aggregation functions like `SUM`, `AVERAGE`, `COUNT`, `MAX`, `MIN`, and more for summarizing pivot table data."],["To use a function, call it using the parent class, name, and property, such as `SpreadsheetApp.PivotTableSummarizeFunction.SUM`."],["Includes a `CUSTOM` property for using custom functions within calculated fields in pivot tables."]]],[]]