Back to Devexpress

TableColumn Properties

officefileapi-devexpress-dot-spreadsheet-dot-tablecolumn-dot-underscore-properties.md

latest2.2 KB
Original Source

TableColumn Properties

A single column in a table.

NameDescription
ArrayFormulaGets or sets the array formula applied to all cells in the table column.
DataRangeReturns the cell range that contains column data (without the column header and total cell).
FormulaGets or sets the formula applied to all cells in the table column.
IndexGet the zero-based index of the column within the table’s TableColumnCollection.
NameGets or sets the name of the table column.
RangeReturns the cell range that contains the entire table column.
TotalReturns the cell that contains the column total.
TotalRowArrayFormulaSpecifies an array formula to calculate the column total.
TotalRowFormulaSpecifies a formula to calculate the column total.
TotalRowFunctionSpecifies a predefined function to calculate the column total.
TotalRowLabelSpecifies text displayed in the total cell of the table column.

See Also

TableColumn Interface

TableColumn Members

DevExpress.Spreadsheet Namespace