Google Sheets · Schema

TextFormatRun

A run of a text format.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
startIndex integer The character index where this run starts (zero-based).
View JSON Schema on GitHub

JSON Schema

google-sheets-text-format-run-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TextFormatRun",
  "type": "object",
  "description": "A run of a text format.",
  "properties": {
    "startIndex": {
      "type": "integer",
      "description": "The character index where this run starts (zero-based)."
    }
  }
}