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

CellReferenceExpression.CellArea Property

Gets or sets the cell area referenced by the expression.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public CellArea CellArea { get; set; }

Property Value

Type Description
CellArea

A CellArea object that specifies the referenced range.

Remarks

For a use example, see the FormulaEngine.Parse topic.

See Also