TTableColumnDefinition.CalculatedColumnFormula Property
Stores the formula that is used to perform the calculation for each cell in this column. Note that the column can have different formulas from this one, but this is normally not the case. This formula is also used by Excel to automatically add new formulas when you add new rows to the table. FlexCel doesn't automatically adds this formula to the new rows, you need to set the cells to the formula manually if you want to.
Syntax
Namespace: FlexCel.Core
public Nullable<TTableFormula> CalculatedColumnFormula { get; }