delete_column_from_table
Remove a column from a table in a Word document by specifying the table index and column index. The column is deleted from every row.
Instructions
Delete a column (0-based) from every row of a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col_idx | Yes | ||
| table_idx | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |