Skip to main content

CellArea(CellRange) Constructor

Initializes a new instance of the CellArea class with the specified settings.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellArea(
    CellRange sourceRange
)

Parameters

Name Type Description
sourceRange CellRange

A CellRange object that is the cell range which the CellArea represents.

See Also