Google Docs · Schema

InsertTableRowRequest

Inserts an empty row into a table.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
insertBelow boolean Whether to insert new row below the reference cell location.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-insert-table-row-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsertTableRowRequest",
  "type": "object",
  "description": "Inserts an empty row into a table.",
  "properties": {
    "insertBelow": {
      "type": "boolean",
      "description": "Whether to insert new row below the reference cell location."
    }
  }
}