VDocs.NET
HomeAPI Reference
Back to DOM

DOM.Styles.ConditionalFormatStyle

Namespace: DOM.Styles

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

evenHBand

Gets or sets a value indicating whether even horizontal bands (every other row) should receive alternate formatting.

evenVBand

Gets or sets a value indicating whether even vertical bands (every other column) should receive alternate formatting.

firstColumn

Gets or sets a value indicating whether the first column of the table should use the special "first column" formatting.

firstRow

Gets or sets a value indicating whether the first row of the table should use the special "first row" formatting.

firstRowFirstColumn

Gets or sets a value indicating whether the corner cell at the first row and first column should use special formatting.

firstRowLastColumn

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).

lastColumn

Gets or sets a value indicating whether the last column of the table should use the special "last column" formatting.

lastRow

Gets or sets a value indicating whether the last row of the table should use the special "last row" formatting.

lastRowFirstColumn

Gets or sets a value indicating whether the corner cell at the last row and first column should use special formatting.

lastRowLastColumn

Gets or sets a value indicating whether the corner cell at the last row and last column should use special formatting.

oddHBand

Gets or sets a value indicating whether odd horizontal bands (every other row) should receive alternate formatting.

oddVBand

Gets or sets a value indicating whether odd vertical bands (every other column) should receive alternate formatting.