CellArea Class
Defines the range of cells in a worksheet. Used in cell reference expressions contained in parsed formulas.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return CellArea objects:
Remarks
An instance of the CellArea object is accessible using the CellReferenceExpression.CellArea property.
Inheritance
Object
CellArea
See Also