Google Sheets · JSON Structure

Google Sheets Grid Properties Structure

Type: object Properties: 7
Google WorkspaceProductivitySpreadsheets

GridProperties is a JSON Structure definition published by Google Sheets, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

rowCount columnCount frozenRowCount frozenColumnCount hideGridlines rowGroupControlAfter columnGroupControlAfter

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GridProperties",
  "type": "object",
  "properties": {
    "rowCount": {
      "type": "integer"
    },
    "columnCount": {
      "type": "integer"
    },
    "frozenRowCount": {
      "type": "integer"
    },
    "frozenColumnCount": {
      "type": "integer"
    },
    "hideGridlines": {
      "type": "boolean"
    },
    "rowGroupControlAfter": {
      "type": "boolean"
    },
    "columnGroupControlAfter": {
      "type": "boolean"
    }
  }
}