Google Sheets · Schema

PivotFilterSpec

The pivot table filter criteria associated with a specific source column offset.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
columnOffsetIndex integer The zero-based column offset of the source range.
View JSON Schema on GitHub

JSON Schema

google-sheets-pivot-filter-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PivotFilterSpec",
  "type": "object",
  "description": "The pivot table filter criteria associated with a specific source column offset.",
  "properties": {
    "columnOffsetIndex": {
      "type": "integer",
      "description": "The zero-based column offset of the source range."
    }
  }
}