public System.string DisplayFormula {get; set;}
Property Value
An Exago formula, preceded with the equals sign, that will be applied to the output displayed to the user.
Use the placeholder {cell_text}>/code> to include the contents of the cell in the formula
Exago functions, custom functions and parameters may be used in the formula. Do not use aggregate functions or data object fields.
Special characters must be XML encoded (e.g. use &
for the concatenation character &)