PivotTableOptionsObject

The PivotTableOptionsObject configures the pivot table's layout.

Properties

Property/TypeDescription
showSheetHeadersBooleanoptionalIndicates whether the spreadsheet headers are visible (true) or not (false).
Default value: true.

Example

options: {
  showSheetHeaders: false
}