[]
Represents a column in the table.
public class TableViewColumn : ITableColumn
Public Class TableViewColumn
Implements ITableColumn
Name | Description |
---|---|
DataCellStyle | Gets or sets the style in table data cells. |
DataCellStyleName | Gets or sets the style name in table data cells. |
DataFormula | Gets or sets the formula in the data cells of the column. |
HeaderCellStyle | Gets or sets the style in the header cell of the table. |
HeaderCellStyleName | Gets or sets the style name in the header cell of the table. |
Name | Get or sets the name of the column. |
TotalCellStyle | Gets or sets the style in the total cell of the table. |
TotalCellStyleName | Gets or sets the style name in the total cell of the table. |
TotalFormula | Gets or sets the formula in the total cell of the column. |
TotalLabel | Gets or sets the label in the total cell of the column. |