SpreadsheetGear 2017
EvaluateRange Method (ISheet)






SpreadsheetGear Namespace > ISheet Interface : EvaluateRange Method
The formula to evaluate.
Evaluates the specified formula and returns the resulting IRange.
Syntax
'Declaration
 
Function EvaluateRange( _
   ByVal formula 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 formula
)
function EvaluateRange( 
    formula: System.String
): IRange; 
function EvaluateRange( 
   formula : System.String
) : IRange;
IRange* EvaluateRange( 
   System.string* formula
) 
IRange^ EvaluateRange( 
   System.String^ formula
) 

Parameters

formula
The formula to evaluate.

Return Value

The result of evaluating the formula as an IRange.
Remarks
null will be returned if the formula is invalid or does not evaluate to an IRange.
Requirements

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

See Also

Reference

ISheet Interface
ISheet Members
EvaluateRanges Method
EvaluateValue Method
EvaluateValues Method