Class PivotValue

PivotValue

存取及修改資料透視表中的值組。

方法

方法傳回類型簡短說明
getDisplayType()PivotValueDisplayType傳回顯示類型,說明這個資料透視值目前在表格中顯示的方式。
getFormula()String傳回用來計算這個值的公式。
getPivotTable()PivotTable傳回這個值所屬的 PivotTable
getSourceDataColumn()Integer傳回資料透視值匯總的來源資料欄數量。
getSourceDataSourceColumn()DataSourceColumn傳回資料透視值彙整時所用的資料來源資料欄。
getSummarizedBy()PivotTableSummarizeFunction傳回這個群組的摘要函式。
remove()void從資料透視表中移除這個值。
setDisplayName(name)PivotValue設定資料透視表中這個值的顯示名稱。
setFormula(formula)PivotValue設定用於計算這個值的公式。
showAs(displayType)PivotValue在資料透視表中將這個值顯示為其他值的函式。
summarizeBy(summarizeFunction)PivotValue設定摘要函式。

內容詳盡的說明文件

getDisplayType()

傳回顯示類型,說明這個資料透視值目前在表格中顯示的方式。

回攻員

PivotValueDisplayType:此資料透視值的顯示類型

授權

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

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

getFormula()

傳回用來計算這個值的公式。如果這個值不是計算結果欄位,這個方法會傳回 null

回攻員

String:鏈結的資料透視值

授權

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

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

getPivotTable()

傳回這個值所屬的 PivotTable

回攻員

PivotTable:這個值所屬的資料透視表

授權

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

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

getSourceDataColumn()

傳回資料透視值匯總的來源資料欄數量。此索引以 1 為基礎,如果這個群組摘要顯示試算表「A」欄中的來源資料,這個方法會傳回 1

回攻員

Integer:來源資料欄的編號。

授權

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

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

getSourceDataSourceColumn()

傳回資料透視值彙整時所用的資料來源資料欄。如果資料透視表不是 {DataSourcePivotTableApi},則會傳回 null

回攻員

DataSourceColumn:這是資料透視值摘要的來源資料來源資料欄。

授權

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

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

getSummarizedBy()

傳回這個群組的摘要函式。

回攻員

PivotTableSummarizeFunction:群組的摘要函式

授權

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

  • 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

setDisplayName(name)

設定資料透視表中這個值的顯示名稱。

參數

名稱類型說明
nameString要設定的顯示名稱。

回攻員

PivotValue:鏈結的資料透視值

授權

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

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

setFormula(formula)

設定用於計算這個值的公式。如果這個值不是計算結果欄位,則此方法會導致錯誤。

參數

名稱類型說明
formulaString用來計算這個值的公式。

回攻員

PivotValue:鏈結的資料透視值

授權

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

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

showAs(displayType)

在資料透視表中將這個值顯示為其他值的函式。

參數

名稱類型說明
displayTypePivotValueDisplayType顯示值的方式,

回攻員

PivotValue:鏈結的資料透視值

授權

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

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

summarizeBy(summarizeFunction)

設定摘要函式。

參數

名稱類型說明
summarizeFunctionPivotTableSummarizeFunction用來匯總此值來源資料欄資料之函式的函式。

回攻員

PivotValue:鏈結的資料透視值

授權

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

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