ExternalVariable Class Properties
In This Topic
For a list of all members of this type, see ExternalVariable members.
Public Properties
| Name | Description |
 | IsVolatile | Gets or sets a boolean value indicating whether this external variable is volatile. |
 | Name | Overridden. Gets or sets the name of the defined name. |
 | RefersToR1C1 | Gets or sets the formula in R1C1 format which the defined name refers to. (Inherited from GrapeCity.Spreadsheet.DefinedName) |
 | Value | Gets the value of this external variable. |
Top
Protected Properties
| Name | Description |
 | Column | Gets the context column for evaluating. |
 | ContextWorksheet | Gets the context worksheet to evaluate. |
 | EvaluationContext | Gets the global shared evaluation context. |
 | Row | Gets the context row for evaluating. |
Top
See Also