Skip to main content
A newer version of this page is available. .

CellReferenceExpression.CellArea Property

Gets or sets the cell area referenced by the expression.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v18.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