Skip to main content

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

NuGet Package: DevExpress.Spreadsheet.Core

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