IExpressionContext Members
A base interface for an expression context.Properties
| Name | Description |
|---|---|
| Column | Gets the index of a column containing the cell whose formula is being evaluated. Inherited from EvaluationContext. |
| Culture | Gets the current culture setting. Inherited from EvaluationContext. |
| ExpressionStyle | Gets the value that specifies whether the formula should be calculated as an array formula and/or return a series of values. |
| IsArrayFormula | Obsolete. Gets whether the expression is an array formula. |
| ReferenceStyle | Gets the reference style used in a worksheet. |
| Row | Gets the index of a row containing the cell whose formula is being evaluated. Inherited from EvaluationContext. |
| Sheet | Gets the worksheet being recalculated. Inherited from EvaluationContext. |
See Also