Version

Search Results

IExcelCalcFormula Interface Members

Public Properties Public Methods

AddDynamicReference Method

Adds a reference created during the evaluation of the formula to the references of the formula. Syntax Parameters reference The reference to add to the formulas dynamic references collection. Remarks If the reference is already in the references or dynamic references collection of the formula, this will have no ef...

BaseReference Property

Base reference associated with the formula. Syntax Remarks Base reference associated with the formula. For example, in the case of a column formula, BaseReference would be the column reference.

DynamicReferences Property

Gets the collection of reference created during the last evaluation of the formula. Syntax

Evaluate Method (IExcelCalcFormula)

Evaluate the compiled expression against the given base reference Syntax Parameters reference Base reference used to resolve relative references into absolute references Return Value Retuns an ExcelCalcValue containing result of formula evaluation

FormulaString Property

Formula string. Syntax

HasAlwaysDirty Property

Returns whether the formula contains an always dirty function. Syntax

References Property (IExcelCalcFormula)

Retuns a collection of references contained in the formula token string Syntax Property Value Collection of IExcelCalcReferences