set_row_height
Adjust row height in a table by specifying exact, minimum, or automatic height in centimeters.
Instructions
Set the height of a specific row in a table.
Args: table_index: Index of the table row_index: Index of the row to modify height_cm: Height in centimeters rule: Height rule: - 'exact': Exact height - 'atLeast': Minimum height - 'auto': Automatic height
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule | No | exact | |
| height_cm | Yes | ||
| row_index | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |