VDocs.NET
HomeAPI Reference
Back to DOM

DOM.Styles.TableLook

Namespace: DOM.Styles

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

FirstColumn

When, apply special formatting to the first column (for example use a different fill or emphasis).

FirstRow

When, treat the first row as a header row and apply header-style formatting.

LastColumn

When, apply special formatting to the last column (for example emphasize end-of-row cells).

LastRow

When, treat the last row specially (for example as a totals/footer row) and apply footer-style formatting.

NoHorizontalBand

When, disable horizontal banding (alternating row fills). When, enable horizontal banding.

NoVerticalBand

When, disable vertical banding (alternating column fills). When, enable vertical banding.