TableFormat Class
Represents a set of formatting options that can be applied to a Table.
- Inheritance:
- System.ObjectTableFormat
Properties
Fill
Gets or sets the table shading.
Property Value
The table shading.
Style
Gets or sets the table style.
Property Value
The table style.
StyleOptions
Gets or sets the table style options that specify which of the conditional formats will be applied on the parent Table.
public TableStyleOptions StyleOptions { get; set; }
Public Property StyleOptions As TableStyleOptions
Property Value
The table style options that specify which of the conditional formats will be applied on the parent Table.