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