Name | Description | |
---|---|---|
EndCell | Gets the last cell of the TableColumn. | |
Name | Gets or sets the name of the table's column. | |
StartCell | Gets the first cell of the TableColumn. | |
TotalRowFormula | Gets or sets the custom formula used for a TableColumn’s total row. The TableColumn.TotalRowFunction property must be set to CustomFormula for this property to work. Note that this property can affect the Formula property of the cells in the total row. | |
TotalRowFunction | Gets or sets the built-in formula used for a TableColumn’s total row. The formula will be applied for each cell of the TableColumn. If the value is None, the TableColumn.TotalRowLabel can be displayed; if the value is CustomFormula, the TableColumn.TotalRowFormula can be used. This property can affect the Formula and Value properties of the cells in the total row. The default value is None. | |
TotalRowLabel | Gets or sets the label used for a TableColumn’s total row. The TableColumn.TotalRowFunction property must be set to None for this property to work. Note that this property can affect the Value property of the cells in the total row. |