[]
Represents a Table within the FlexSheet control.
public class Table
Name | Description |
---|---|
Table() | Creates one Table instance. |
Table(HtmlHelper) | Creates one Table instance. |
Name | Description |
---|---|
AlterFirstColumn | Gets or sets a value that determines whether the first table column should have the style applied. |
AlterLastColumn | Gets or sets a value that determines whether the last table column should have the style applied. |
Columns | Gets or sets the table's columns. |
ItemsSource | Gets ItemsSource settings. |
Name | Gets or sets the table name. |
Range | Gets or sets the range of the table. |
ShowBandedColumns | Indicating whether banded column formatting is applied. |
ShowBandedRows | Gets or sets a value that determines whether banded row formatting is applied. |
ShowHeaderRow | Indicates whether the table should include a header row. |
ShowTotalRow | Indicates whether the table should include a total row. |
Style | Gets or sets the TableStyle associated with this table. |