[]
        
Interface that supports additional formula functionality in the data model including conditional cell formats.
public interface IExpressionSupport2Public Interface IExpressionSupport2| Name | Description | 
|---|---|
| EvaluateExpression(int, int, Expression) | Evaluates the expression and returns the resulting object for the cell at the specified row and column. | 
| ParseFormula(int, int, string) | Parses the string value and returns the expression | 
| UnparseFormula(int, int, Expression) | Gets the formula, as a string value, for the specified expression for the cell at the specified row and column. |