Google Docs
gdoc_insert_table_column
Insert a new column in an existing table.
Remote node2flow/google-docs
Other tools also called gdoc_insert_table_column?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"row_index": {
"type": "number",
"description": "0-based row index of a reference cell"
},
"document_id": {
"type": "string",
"description": "The document ID"
},
"column_index": {
"type": "number",
"description": "0-based column index of a reference cell"
},
"insert_right": {
"type": "boolean",
"description": "true = insert right of reference column, false = insert left"
},
"table_start_index": {
"type": "number",
"description": "Start index of the table element in the document"
}
}
}