Google Docs

gdoc_merge_table_cells

Merge cells in a table. Specify the top-left cell and span.

Remote node2flow/google-docs

Other tools also called gdoc_merge_table_cells? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "row_span": {
      "type": "number",
      "description": "Number of rows to span in the merge"
    },
    "row_index": {
      "type": "number",
      "description": "0-based row index of the top-left cell to merge"
    },
    "column_span": {
      "type": "number",
      "description": "Number of columns to span in the merge"
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    },
    "column_index": {
      "type": "number",
      "description": "0-based column index of the top-left cell to merge"
    },
    "table_start_index": {
      "type": "number",
      "description": "Start index of the table element in the document"
    }
  }
}