Version

AddDynamicReference Method

Adds a reference created during the evaluation of the formula to the references of the formula.
Syntax
bool AddDynamicReference( 
   IExcelCalcReference reference
)

Parameters

reference
The reference to add to the formula's dynamic references collection.
Remarks

If the reference is already in the references or dynamic references collection of the formula, this will have no effect.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also