Class PivotGroupLimit

PivotGroupLimit

存取及修改資料透視表群組限制。

方法

方法傳回類型簡短說明
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)

設定資料透視表中資料列或資料欄的數量上限。

參數

名稱類型說明
countLimitInteger要設定的資料列或資料欄數量限制。必須為正數。

回攻員

PivotGroupLimit:資料透視表元素分組限制,適用於鏈結。

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets