CellReferenceExpression.CellArea Property
Gets or sets the cell area referenced by the expression.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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