Evaluates the specified comma separated list of expressions and returns the result(s) as an array of objects, where each object is a 
System.Double, 
System.String, 
System.Boolean or 
ValueError. 
null is returned if any of the expressions is invalid or if any of the expressions evaluates to a reference to an empty cell.
 
            
            
            
            
            
            
            
            'Declaration
 
Function EvaluateValues( _
   ByVal  As System.String _
) As System.Object()
             
        
            
            'Usage
 
Dim instance As ISheet
Dim formula As System.String
Dim value() As System.Object
 
value = instance.EvaluateValues(formula)
             
        
            
            System.object[] EvaluateValues( 
   System.string 
)
             
        
             
        
            Parameters
- formula
 
- The comma separated list of one or more expressions to evaluate.
 
            
            Return Value
The result(s) of evaluating the comma separated list of expressions as an array of objects, where each object is a 
System.Double, 
System.String, 
System.Boolean or 
ValueError. 
null is returned if any of the expressions is invalid or any of the expressions evaluates to a reference to an empty cell.
 
            
            
            
            
            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