TableTheme
TableTheme interface
composite styling for tables.
Members
even | optional | even rows in the table. | |
header | optional | the first row in a table, showing column titles. | |
odd | optional | odd rows in the table. we count the title row as zero, so the first row in the table containing data is 1, hence odd. | |
total | optional | styling for the totals row, if included. this will be the last row in the table. |
Referenced by
EmbeddedSpreadsheet.UpdateTableStyle |
InsertTableOptions |
Table |