InsertTableOptions
InsertTableOptions interface
options when inserting a table into a sheet
Members
sortable | optional | boolean boolean | show a sort button in table headers. defaults to true. |
theme | optional | base theme color, or a set of styles for the table. useful values for theme color are accent colors 4 (the default), 5, 7 and 9. | |
totals_row | optional | boolean boolean | include a totals/summation row. this impacts the layout and styling: totals row have a unique style and are not included when sorting. defaults to true. |
Referenced by
EmbeddedSpreadsheet.InsertTable |