CellArea(CellRange) Constructor
Initializes a new instance of the CellArea class with the specified settings.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceRange | CellRange | A CellRange object that is the cell range which the CellArea represents. |
See Also