DOM.Styles.ConditionalFormatStyle
Represents conditional formatting flags for table styles.
is a simple container of nullable boolean flags that indicate which special formatting cases should be applied to table rows and columns (for example banding, first/last row or column styling, and corner-specific formatting). Nullable booleans allow callers to differentiate between "not specified" () and an explicit/decision.
12 members
Properties
Gets or sets a value indicating whether even horizontal bands (every other row) should receive alternate formatting.
Gets or sets a value indicating whether even vertical bands (every other column) should receive alternate formatting.
Gets or sets a value indicating whether the first column of the table should use the special "first column" formatting.
Gets or sets a value indicating whether the first row of the table should use the special "first row" formatting.
Gets or sets a value indicating whether the corner cell at the first row and first column should use special formatting.
Gets or sets a value indicating whether the corner cell at the first row and last column should use special formatting (useful for header/footer corner treatments).
Gets or sets a value indicating whether the last column of the table should use the special "last column" formatting.
Gets or sets a value indicating whether the last row of the table should use the special "last row" formatting.
Gets or sets a value indicating whether the corner cell at the last row and first column should use special formatting.
Gets or sets a value indicating whether the corner cell at the last row and last column should use special formatting.
Gets or sets a value indicating whether odd horizontal bands (every other row) should receive alternate formatting.
Gets or sets a value indicating whether odd vertical bands (every other column) should receive alternate formatting.