[]
Converts a Microsoft Excel name to an object or a value.
object Evaluate(string formula)
| 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)
| Type | Name | Description |
|---|---|---|
| string | formula | |
| IFormulaResolver | resolver |
| Type | Description |
|---|---|
| object |