PivotTableOptionsObject
The PivotTableOptionsObject
configures the pivot table's layout.
Properties
Property/Type | Description |
---|
Boolean | optionalIndicates whether the spreadsheet headers are visible (true ) or not (false ). Default value: true . |
Example
options: {
showSheetHeaders: false
}