ExcelTableColumn Members
From Office Open XML
The ExcelTableColumn type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CalculatedColumnFormula |
Sets a calculated column Formula.
Be carefull with this property since it is not validated.
| |
| DataCellStyleName |
The named style for datacells in the column
| |
| Id |
The column id
| |
| Name |
The name of the column
| |
| Position |
The position of the column
| |
| TotalsRowFormula |
Sets a custom Totals row Formula.
Be carefull with this property since it is not validated.
| |
| TotalsRowFunction |
Build-in total row functions.
To set a custom Total row formula use the TotalsRowFormula property
| |
| TotalsRowLabel |
A string text in the total row
|