'Declaration Function ResolveReference( _ ByVal reference As ICalculationReference, _ ByVal referenceType As ResolveReferenceType _ ) As ICalculationReference
ICalculationReference ResolveReference( ICalculationReference reference, ResolveReferenceType referenceType )
The last element of the input reference replaces the last element of this reference.
This method is used by the evaluator to take an unscoped reference, such as a column reference, and merge into a fully scoped reference, such as a row reference, to yield a cell reference.
Note that this method must operate on the reference string used to create the reference. When a reference with relative scope is created by CreateReference, such as [Price(-1)], the underlying reference is a column reference. The reference string used to create the refernce is required to properly apply the scope to the merged result.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2