Google Docs
gdoc_unmerge_table_cells
Unmerge previously merged cells in a table.
Remote node2flow/google-docs
Other tools also called gdoc_unmerge_table_cells?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"row_span": {
"type": "number",
"description": "Number of rows in the merged area"
},
"row_index": {
"type": "number",
"description": "0-based row index of the merged cell"
},
"column_span": {
"type": "number",
"description": "Number of columns in the merged area"
},
"document_id": {
"type": "string",
"description": "The document ID"
},
"column_index": {
"type": "number",
"description": "0-based column index of the merged cell"
},
"table_start_index": {
"type": "number",
"description": "Start index of the table element in the document"
}
}
}