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

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.v18.2.Core.dll

Declaration

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

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