TablePartStyle Class
Represents a set of table style conditional formatting properties.
These properties affect the appearance of all rows, cells, paragraphs and runs within the parent table matching the specified condition, but may be overridden by individual row, cell, paragraph and run level formatting.
- Inheritance:
- System.ObjectTablePartStyle
Remarks
Table style conditional formats are applied to different regions of the table and allow you to define all formatting properties (formatting for a table, rows, cells, paragraphs and runs).
Properties
Borders
Gets the table part border style.
public TablePartBorderStyle Borders { get; }
Public ReadOnly Property Borders As TablePartBorderStyle
Property Value
The table part border style.
Fill
Gets or sets the table cell shading.
Property Value
The table cell shading.
PartStyleType
Gets the part of the table to which this conditional table formatting is applied.
public TablePartStyleType PartStyleType { get; }
Public ReadOnly Property PartStyleType As TablePartStyleType
Property Value
The part of the table to which this conditional table formatting is applied.
Text
Gets the table part text style.
Property Value
The table part text style.