Evaluates the specified formula and returns the resulting array of ranges.
'Declaration
Function EvaluateRanges( _
ByVal As System.String _
) As IRange()
'Usage
Dim instance As ISheet
Dim formula As System.String
Dim value() As IRange
value = instance.EvaluateRanges(formula)
IRange[] EvaluateRanges(
System.string
)
function EvaluateRanges(
: System.String
): array of IRange;
function EvaluateRanges(
: System.String
) : IRange[];
IRange*[]* EvaluateRanges(
System.string*
)
array<IRange^>^ EvaluateRanges(
System.String^
)
Parameters
- formula
- The formula to evaluate.
Return Value
The result of evaluating the formula as an array of ranges.
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