SetTableCell

Set the contents of a table cell

JSON

{
"action": "setTableCell",
"shapeName": string,
"series": integer,
"row": integer,
"column": integer,
"newText": string,
}

Fields

shapeName
Table shape name as listed on Selection Pane. Required.
series
Index of data series. If unspecified, defaults to 0 for the first series. Optional.
row
0-based index of row to change. Required.
column
0-based index of column to change. Required.
newText
Replace cell contents with this value. Cell formatting will remain unchanged. Required.