[]
Represents an expression with a range reference as the expression.
public class RangeExpression : ReferenceExpression
Public Class RangeExpression
Inherits ReferenceExpression
| Name | Description |
|---|---|
| RangeExpression(int, int, int, int) | Creates a new expression with a range reference expression with absolute coordinates. |
| RangeExpression(int, int, int, int, bool, bool) | Creates a new expression representing a range reference expression. |
| Name | Description |
|---|---|
| Column | Gets the starting column coordinate of the range. |
| ColumnCount | Gets the number of columns in the range. |
| ColumnRelative | Determines whether the column coordinates are relative. |
| Row | Gets the starting row coordinate of the range. |
| RowCount | Gets the number of rows in the range. |
| RowRelative | Determines whether the row coordinates are relative. |