Google Docs · Schema

InsertTableColumnRequest

Inserts an empty column into a table.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
insertRight boolean Whether to insert new column to the right of the reference cell.
View JSON Schema on GitHub

JSON Schema

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