Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

TableColumn Properties

A single column in a table.
Name Description
ArrayFormula Gets or sets the array formula applied to all cells in the table column.
DataRange Gets the cell range that contains the column data.
Formula Gets or sets the formula applied to all cells in the table column.
Index Get the zero-based index of the column within the table’s TableColumnCollection.
Name Gets or sets the name of the table column.
Range Gets the cell range that contains the table column.
Total Gets the cell that contains the column total.
TotalRowArrayFormula Gets or sets the array formula to calculate the total of the table column.
TotalRowFormula Gets or sets the formula to calculate the total of the table column.
TotalRowFunction Gets or sets the function to calculate the total of the table column.
TotalRowLabel Gets or sets the text displayed in the total cell of the table column.
See Also