delete_table_column
Remove a specified column from a table in an HWP document by providing document, table, and column indices.
Instructions
Delete a column from a table.
Args: doc_id: Document ID from open_document table_index: Index of the table col_index: Index of the column to delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| col_index | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||