[]
Represents an expression with a cell reference as the expression.
public class CellExpression : ReferenceExpression
Public Class CellExpression
Inherits ReferenceExpression
| Name | Description |
|---|---|
| CellExpression(int, int) | Creates a new expression with a cell reference with absolute coordinates. |
| CellExpression(int, int, bool, bool) | Creates a new expression with a 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. |