SetTableData

Replace contents of a table with the specified data

JSON

{
"shapeName": string,
"data": [ [ string | number | null ] ],
"columnar": boolean,
}

Fields

shapeName
Table shape name as listed on Selection Pane. Required.
data
New data for table, by default in row-major order, just as it appears on the slide. Required.
columnar
If true, data is in column-major order and will be transposed. Optional, default is false.