EPPlus 3.0 |
ExcelTableColumn..::.CalculatedColumnFormula Property |
ExcelTableColumn Class See Also Send Feedback |
Sets a calculated column Formula.
Be carefull with this property since it is not validated.
Examples
tbl.Columns[9].CalculatedColumnFormula = string.Format("SUM(MyDataTable[[#This Row],[{0}]])",tbl.Columns[9].Name);
Namespace:
OfficeOpenXml.Table
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)