VDocs.NET
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.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.