Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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