Search
IExpressionEvaluatorContext Methods
 


 Public Methods

  Name Description

getCoreEvaluator

Gets the core evaluator. The core evaluator can be used to invoke any of the predefined functions or identifiers.

getCurrentColumn

The column of the cell being evaluated.

getCurrentRow

The row of the cell being evaluated.

getCurrentWorksheet

The worksheet containing the cell being evaluated.

getError

Returns an error object of the specified type.

getLocale

Gets the current locale.

getOldValue

The old value of cell being evaluated.

getWorkbook

Gets a reference to the parent workbook.

toBool

Attempts to convert the specified value to a boolean.

toDateTime

Attempts to convert the specified value to a DateTime.

toDouble

Attempts to convert the specified value to a double.

toString

Attempts to convert the specified value to a string.

toTimeSpan

Attempts to convert the specified value to a Duration.

toValue

Attempts to evaluate the specified object.

 See Also