Class TableLook
Which conditional-formatting regions of a table style are enabled on a table (ECMA-376 Part 1 §17.4.55 w:tblLook). Word writes both the legacy bitmask and the explicit attributes; the explicit values win when present.
public sealed class TableLook
- Inheritance
-
TableLook
- Inherited Members
Constructors
Properties
- FirstColumn
Gets or sets whether first-column conditional formatting applies.
- FirstRow
Gets or sets whether first-row conditional formatting applies.
- LastColumn
Gets or sets whether last-column conditional formatting applies.
- LastRow
Gets or sets whether last-row conditional formatting applies.
- NoHorizontalBand
Gets or sets whether horizontal banding is DISABLED (w:noHBand).
- NoVerticalBand
Gets or sets whether vertical banding is DISABLED (w:noVBand).
Methods
- Clone()
Creates a copy.