Provides context for expression evaluators.
The following tables list the members exposed by the IExpressionEvaluatorContext type.
Name | Description | |
---|---|---|
![]() |
Gets the core evaluator. The core evaluator can be used to invoke any of the predefined functions or identifiers. |
|
![]() |
The column of the cell being evaluated. |
|
![]() |
The row of the cell being evaluated. |
|
![]() |
The worksheet containing the cell being evaluated. |
|
![]() |
Returns an error object of the specified type. |
|
![]() |
Gets the current locale. |
|
![]() |
The old value of cell being evaluated. |
|
![]() |
Gets a reference to the parent workbook. |
|
![]() |
Attempts to convert the specified value to a boolean. |
|
![]() |
Attempts to convert the specified value to a DateTime. |
|
![]() |
Attempts to convert the specified value to a double. |
|
![]() |
Attempts to convert the specified value to a string. |
|
![]() |
Attempts to convert the specified value to a Duration. |
|
![]() |
Attempts to evaluate the specified object. |