Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EvaluationContext Properties

Provides information on the worksheet, its current culture, the column and the row containing the cell for which a formula is calculated.
Name Description
Column Gets the index of a column containing the cell whose formula is being evaluated.
Culture Gets the current culture setting.
Row Gets the index of a row containing the cell whose formula is being evaluated.
Sheet Gets the worksheet being recalculated.
See Also