Google Slides · Schema

TableRow

Properties and contents of each row in a table.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
tableCells array Properties and contents of each cell. Cells that span multiple columns are represented only once with a columnSpan greater than 1.
View JSON Schema on GitHub

JSON Schema

google-slides-table-row-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableRow",
  "type": "object",
  "description": "Properties and contents of each row in a table.",
  "properties": {
    "tableCells": {
      "type": "array",
      "description": "Properties and contents of each cell. Cells that span multiple columns are represented only once with a columnSpan greater than 1.\n"
    }
  }
}