Skip to content
TREB Docs

TableTheme

TableTheme interface

composite styling for tables.

Members
evenoptionaleven rows in the table.
headeroptionalthe first row in a table, showing column titles.
oddoptionalodd rows in the table. we count the title row as zero, so the first row in the table containing data is 1, hence odd.
totaloptionalstyling for the totals row, if included. this will be the last row in the table.
Referenced by
EmbeddedSpreadsheet.UpdateTableStyle
InsertTableOptions
Table