Back to Devexpress

CellArea Class

officefileapi-devexpress-dot-spreadsheet-dot-formulas-860ab257.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class CellArea :
    ICloneable<CellArea>,
    ISupportsCopyFrom<CellArea>
vb
Public Class CellArea
    Implements ICloneable(Of CellArea),
               ISupportsCopyFrom(Of CellArea)

The following members return CellArea objects:

Remarks

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

Implements

DevExpress.Office.ICloneable<CellArea>

DevExpress.Office.ISupportsCopyFrom<CellArea>

Inheritance

Object CellArea

See Also

CellArea Members

DevExpress.Spreadsheet.Formulas Namespace