[]
Represents an expression with an external cell reference as the expression.
public class ExternalCellExpression : ExternalReferenceExpression
Public Class ExternalCellExpression
Inherits ExternalReferenceExpression
Name | Description |
---|---|
ExternalCellExpression(object, int, int) | Creates a new expression with an external cell reference with absolute coordinates. |
ExternalCellExpression(object, int, int, bool, bool) | Creates a new expression representing an external cell reference. |
Name | Description |
---|---|
Column | Gets the column index of the cell. |
ColumnCount | Gets the number of columns (1 in this implementation). |
ColumnRelative | Determines whether the column coordinate is relative. |
Row | Gets the row index of the cell. |
RowCount | Gets the number of rows (1 in this implementation). |
RowRelative | Determines whether the row coordinate is relative. |
Source | Gets the source of the cell. |