[]
        
Interface that supports formulas as values and as expressions in the data model.
public interface IExpressionSupportPublic Interface IExpressionSupport| Name | Description | 
|---|---|
| ReferenceStyle | Gets or sets the cell reference style. | 
| Name | Description | 
|---|---|
| GetExpression(int, int) | Gets the formula, as an expression, in the cell at the specified row and column. | 
| GetFormula(int, int) | Gets the formula, as a string, in the cell at the specified row and column. | 
| SetExpression(int, int, Expression) | Sets the formula, as an expression, in the cell at the specified row and column. | 
| SetFormula(int, int, string) | Sets the formula, as a string, in the cell at the specified row and column. |