Google Sheets · Schema

BandedRange

A banded (alternating colors) range in a sheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
bandedRangeId integer The ID of the banded range.
View JSON Schema on GitHub

JSON Schema

google-sheets-banded-range-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BandedRange",
  "type": "object",
  "description": "A banded (alternating colors) range in a sheet.",
  "properties": {
    "bandedRangeId": {
      "type": "integer",
      "description": "The ID of the banded range."
    }
  }
}