CellReferenceExpression Constructors
A cell range reference used in parsed formula.| Name | Parameters | Description |
|---|---|---|
| CellReferenceExpression(CellArea, SheetReference) | rangeArea, sheetReference | Initializes a new instance of the CellReferenceExpression class with the specified settings. |
| CellReferenceExpression(CellArea) | rangeArea | Initializes a new instance of the CellReferenceExpression class with the specified settings. |
See Also