CellArea(CellReferencePosition, CellReferencePosition) Constructor
Initializes a new instance of the CellArea class with the specified settings.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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