duplicate_table_row
Deep-copy a table row and insert the copy immediately after it in a Word document.
Instructions
Deep-copy a table row and insert the copy immediately after it.
Args: table_idx: 0-based table index. row_index: 0-based index of the row to duplicate.
Returns: {"row_index": int, "new_row_index": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_index | Yes | ||
| table_idx | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |