Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Spreadsheet
PivotValue
Interface PivotValue
Access and modify value groups in pivot tables.
interface
PivotValue
{
getDisplayType
()
:
PivotValueDisplayType
;
getFormula
()
:
string
;
getPivotTable
()
:
GoogleAppsScript
.
Spreadsheet
.
PivotTable
;
getSummarizedBy
()
:
PivotTableSummarizeFunction
;
setDisplayName
(
name
:
string
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
;
setFormula
(
formula
:
string
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
;
showAs
(
displayType
:
PivotValueDisplayType
,
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
;
summarizeBy
(
summarizeFunction
:
PivotTableSummarizeFunction
,
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
;
}
Index
Methods
get
Display
Type
get
Formula
get
Pivot
Table
get
Summarized
By
set
Display
Name
set
Formula
show
As
summarize
By
Methods
get
Display
Type
getDisplayType
()
:
PivotValueDisplayType
Returns
PivotValueDisplayType
get
Formula
getFormula
()
:
string
Returns
string
get
Pivot
Table
getPivotTable
()
:
GoogleAppsScript
.
Spreadsheet
.
PivotTable
Returns
GoogleAppsScript
.
Spreadsheet
.
PivotTable
get
Summarized
By
getSummarizedBy
()
:
PivotTableSummarizeFunction
Returns
PivotTableSummarizeFunction
set
Display
Name
setDisplayName
(
name
:
string
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
Parameters
name
:
string
Returns
GoogleAppsScript
.
Spreadsheet
.
PivotValue
set
Formula
setFormula
(
formula
:
string
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
Parameters
formula
:
string
Returns
GoogleAppsScript
.
Spreadsheet
.
PivotValue
show
As
showAs
(
displayType
:
PivotValueDisplayType
,
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
Parameters
displayType
:
PivotValueDisplayType
Returns
GoogleAppsScript
.
Spreadsheet
.
PivotValue
summarize
By
summarizeBy
(
summarizeFunction
:
PivotTableSummarizeFunction
,
)
:
GoogleAppsScript
.
Spreadsheet
.
PivotValue
Parameters
summarizeFunction
:
PivotTableSummarizeFunction
Returns
GoogleAppsScript
.
Spreadsheet
.
PivotValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Display
Type
get
Formula
get
Pivot
Table
get
Summarized
By
set
Display
Name
set
Formula
show
As
summarize
By
Google Apps Script API
Loading...
Access and modify value groups in pivot tables.