set_section_columns
Sets the number of columns for a specific section in a Word document, with an option to make columns equal width.
Instructions
Set the number of columns in a section.
Args: section_index: Zero-based section index (use get_sections to find it). num_columns: Number of text columns (1 = single column). equal_width: If True, all columns are equal width. Default True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equal_width | No | ||
| num_columns | Yes | ||
| section_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |