[]
Represents the abstract class from which all external reference expression types derive.
public abstract class ExternalReferenceExpression : Expression
Public MustInherit Class ExternalReferenceExpression
Inherits Expression
| Name | Description |
|---|---|
| ExternalReferenceExpression() |
| Name | Description |
|---|---|
| Column | Gets the starting column coordinate of the reference. |
| ColumnCount | Gets the number of columns in the reference. |
| ColumnRelative | Determines whether the column coordinates are relative. |
| Row | Gets the starting row coordinate of the reference. |
| RowCount | Gets the number of rows in the reference. |
| RowRelative | Determines whether the row coordinates are relative. |
| Source | Gets the source of the reference. |