Skip to main content

CellArea(CellReferencePosition, CellReferencePosition) 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(
    CellReferencePosition topLeft,
    CellReferencePosition bottomRight
)

Parameters

Name Type Description
topLeft CellReferencePosition

A CellReferencePosition object that specifies the top left cell of an area.

bottomRight CellReferencePosition

A CellReferencePosition object that specifies the bottom right cell of an area.

See Also