IExpressionContext Properties
A base interface for an expression context.
Name | Description |
---|---|
Column |
Gets the index of a column containing the cell whose formula is being evaluated.
Inherited from Evaluation |
Culture |
Gets the current culture setting.
Inherited from Evaluation |
Expression |
Gets the value that specifies whether the formula should be calculated as an array formula and/or return a series of values. |
Is |
Obsolete. Gets whether the expression is an array formula. |
Reference |
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 Evaluation |
Sheet |
Gets the worksheet being recalculated.
Inherited from Evaluation |
See Also