[]
Represents an expression with an external named variable as the expression.
public class ExternalNameExpression : Expression
Public Class ExternalNameExpression
Inherits Expression
| Name | Description |
|---|---|
| ExternalNameExpression(object, string) | Creates a new expression with a named variable. |
| Name | Description |
|---|---|
| Name | Gets the text representation of the named variable. |
| Source | Gets the source of the cell. |