TableColumn Members
In This Article
#Properties
Name | Description |
---|---|
Array |
Gets or sets the array formula applied to all cells in the table column. |
Data |
Returns the cell range that contains column data (without the column header and total cell). |
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 Table |
Name | Gets or sets the name of the table column. |
Range | Returns the cell range that contains the entire table column. |
Total | Returns the cell that contains the column total. |
Total |
Specifies an array formula to calculate the column total. |
Total |
Specifies a formula to calculate the column total. |
Total |
Specifies a predefined function to calculate the column total. |
Total |
Specifies text displayed in the total cell of the table column. |
See Also