[]
Converts a Microsoft Excel name to an object or a value.
object Evaluate(string formula)
Function Evaluate(formula As String) As Object
Type | Name | Description |
---|---|---|
string | formula | Required String. The name of the object, using the naming convention. |
Type | Description |
---|---|
object |
object Evaluate(string formula, IFormulaResolver resolver)
Function Evaluate(formula As String, resolver As IFormulaResolver) As Object
Type | Name | Description |
---|---|---|
string | formula | |
IFormulaResolver | resolver |
Type | Description |
---|---|
object |