[]
Represents a style that can be applied to a table.
public class TableStyle : TableStyleBase
Public Class TableStyle
Inherits TableStyleBase
Name | Description |
---|---|
Borders | Gets the table borders formatting. |
ColumnStripe | Gets or sets the number of columns that shall comprise each a table style column band for this table style. This property determines how many columns constitute each of the column bands for the current table, allowing column band formatting to be applied to groups of columns (rather than just single alternating columns) when the table is formatted. |
Conditionals | Gets a collection of ConditionalStyle that represent special style formatting for a portion of a table. |
RowStripe | Gets or sets the number of rows that shall comprise each a table style row band for this table style. This property determines how many rows constitute each of the row bands for the current table, allowing row band formatting to be applied to groups of rows (rather than just single alternating rows) when the table is formatted. |
Name | Description |
---|---|
ClearFormatting() | Resets to default table style formatting. |