Skip to content
TREB Docs

InsertTableOptions

InsertTableOptions interface

options when inserting a table into a sheet

Members
sortableoptional
boolean
boolean
show a sort button in table headers. defaults to true.
themeoptional
number | TableTheme
number | TableTheme
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_rowoptional
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