DOM.Styles.TableLook
Describes which visual/table-layout features should be applied to a table.
is a lightweight container of flags that control common table presentation behaviours such as header/footer styling (first/last row/column) and banding (alternating row/column fills). Properties are nullable so callers can distinguish between "unspecified" () and an explicit/decision — allowing style inheritance or document defaults to be applied when a flag is not set.
6 members
Properties
When, apply special formatting to the first column (for example use a different fill or emphasis).
When, treat the first row as a header row and apply header-style formatting.
When, apply special formatting to the last column (for example emphasize end-of-row cells).
When, treat the last row specially (for example as a totals/footer row) and apply footer-style formatting.
When, disable horizontal banding (alternating row fills). When, enable horizontal banding.
When, disable vertical banding (alternating column fills). When, enable vertical banding.