Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.Core.dll

Declaration

public class CellArea :
    ICloneable<CellArea>,
    ISupportsCopyFrom<CellArea>

Remarks

An instance of the CellArea object is accessible using the CellReferenceExpression.CellArea property.

Inheritance

Object
CellArea
See Also