Google Sheets · JSON Structure

Google Sheets Grid Range Structure

Type: object Properties: 5
Google WorkspaceProductivitySpreadsheets

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

Properties

sheetId startRowIndex endRowIndex startColumnIndex endColumnIndex

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GridRange",
  "type": "object",
  "properties": {
    "sheetId": {
      "type": "integer"
    },
    "startRowIndex": {
      "type": "integer"
    },
    "endRowIndex": {
      "type": "integer"
    },
    "startColumnIndex": {
      "type": "integer"
    },
    "endColumnIndex": {
      "type": "integer"
    }
  }
}