Evaluates the specified formula and returns the resulting
IRange.
'Declaration
Function EvaluateRange( _
ByVal As System.String _
) As IRange
'Usage
Dim instance As ISheet
Dim formula As System.String
Dim value As IRange
value = instance.EvaluateRange(formula)
IRange EvaluateRange(
System.string
)
Parameters
- formula
- The formula to evaluate.
Return Value
The result of evaluating the formula as an
IRange.
Target Platforms: Windows 7, 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