Enum PivotValueDisplayType
PivotValueDisplayType
此列舉可將資料透視值顯示為其他值的函式。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
SpreadsheetApp.PivotValueDisplayType.PERCENT_OF_ROW_TOTAL
。
屬性
屬性 | 類型 | 說明 |
DEFAULT | Enum | 預設。將資料透視值顯示為實際值,而非其他值的函式。 |
PERCENT_OF_ROW_TOTAL | Enum | 以該資料列的總和百分比顯示資料透視值。 |
PERCENT_OF_COLUMN_TOTAL | Enum | 顯示資料透視值在該資料欄的總和中所佔的百分比。 |
PERCENT_OF_GRAND_TOTAL | Enum | 以總和百分比表示資料透視值。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["`PivotValueDisplayType` is used to control how values are displayed in a pivot table, offering options to present them as raw values or percentages relative to row, column, or grand totals."],["To utilize a specific display type, reference it using the format `SpreadsheetApp.PivotValueDisplayType.[property]`, such as `SpreadsheetApp.PivotValueDisplayType.PERCENT_OF_ROW_TOTAL` for displaying values as a percentage of the row total."],["Available display types include `DEFAULT` (displays the raw value), `PERCENT_OF_ROW_TOTAL`, `PERCENT_OF_COLUMN_TOTAL`, and `PERCENT_OF_GRAND_TOTAL`."]]],[]]