set_table_cell
Set the value of a specific cell in a Keynote table by providing slide, table, row, column, and text.
Instructions
Sets the value of a specific cell in a table on a slide
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | 1-based row number | |
| value | Yes | The text value to set in the cell | |
| column | Yes | 1-based column number | |
| slideIndex | Yes | 1-based slide index | |
| tableIndex | Yes | 1-based table index |