[]
Represents an expression with an external range reference as the expression.
public class ExternalRangeExpression : ExternalReferenceExpression
Public Class ExternalRangeExpression
Inherits ExternalReferenceExpression
Name | Description |
---|---|
ExternalRangeExpression(object, int, int, int, int) | Creates a new expression with an external range reference with absolute coordinates. |
ExternalRangeExpression(object, int, int, int, int, bool, bool) | Creates a new expression representing an external range reference. |
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. |
Source | Gets the source of the range. |