[]
Represents the abstract class from which all reference expression types derive.
public abstract class ReferenceExpression : Expression
Public MustInherit Class ReferenceExpression
Inherits Expression
| Name | Description |
|---|---|
| ReferenceExpression() |
| 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. |