Skip to main content

CellReferenceExpression.CellArea Property

Gets or sets the cell area referenced by the expression.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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