[]
Represents a Table style for the Table.
public class TableStyle
| Name | Description |
|---|---|
| TableStyle(string) | Creates one TableStyle instance. |
| Name | Description |
|---|---|
| FirstBandedColumnStyle | Gets or sets the first banded column style. |
| FirstBandedRowStyle | Gets or sets the first banded row style. |
| FirstColumnStyle | Gets or sets the first column style. |
| FirstHeaderCellStyle | Gets or sets the first cell style in the header row. |
| FirstTotalCellStyle | Gets or sets the first cell style in the total row. |
| HeaderRowStyle | Gets or sets the header row style. |
| IsBuiltIn | Indicates whether the table style is built-in style. |
| LastColumnStyle | Gets or sets the last column style. |
| LastHeaderCellStyle | Gets or sets the last cell style in the header row. |
| LastTotalCellStyle | Gets or sets the last cell style in the total row. |
| Name | Gets or sets the name of the table style. |
| SecondBandedColumnStyle | Gets or sets the second banded column style. |
| SecondBandedRowStyle | Gets or sets the second banded row style. |
| TotalRowStyle | Gets or sets the total row style. |
| WholeTableStyle | Gets or sets the whole table style. |
| Name | Description |
|---|---|
| CreateBuiltInTableStyleDark(int) | Creates one TableStyle instance of built-in dark style. |
| CreateBuiltInTableStyleLight(int) | Creates one TableStyle instance of built-in light style. |
| CreateBuiltInTableStyleMedium(int) | Creates one TableStyle instance of built-in medium style. |