[]
Represents a style that can be applied to a table.
public class TableStyle : TableStyleBase
Gets the table borders formatting.
public TableBorderCollection Borders { get; }
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.
public uint ColumnStripe { get; set; }
Gets a collection of ConditionalStyle that represent special style formatting for a portion of a table.
public ConditionalStyleCollection Conditionals { get; }
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.
public uint RowStripe { get; set; }
Resets to default table style formatting.
public override void ClearFormatting()