存取及修改資料透視表群組限制。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
getCountLimit() | Integer | 取得資料透視表中資料列或資料欄的數量上限。 |
getPivotGroup() | PivotGroup | 傳回限制所屬的資料透視表群組。 |
remove() | void | 移除資料透視表元素分組限制。 |
setCountLimit(countLimit) | PivotGroupLimit | 設定資料透視表中資料列或資料欄的數量上限。 |
內容詳盡的說明文件
getCountLimit()
取得資料透視表中資料列或資料欄的數量上限。
回攻員
Integer
:資料列或資料欄的數量上限。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getPivotGroup()
傳回限制所屬的資料透視表群組。
回攻員
PivotGroup
— 資料透視表元素群組,
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
remove()
移除資料透視表元素分組限制。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setCountLimit(countLimit)
設定資料透視表中資料列或資料欄的數量上限。
參數
名稱 | 類型 | 說明 |
---|---|---|
countLimit | Integer | 要設定的資料列或資料欄數量限制。必須為正數。 |
回攻員
PivotGroupLimit
:資料透視表元素分組限制,適用於鏈結。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets