ReplaceContents

Replace the entire contents of a table. Rows and columns will be added or deleted to match the dimensions of the new data.

JSON

{
"action": "replaceContents",
"shapeName": string,
"data": [ [ string ] ],
}

Fields

shapeName
Table shape name as listed on Selection Pane. Required.
data
New table contents in row-major order. Any short row will have blank cells added to the end to match the widest row. Required.