Skip to main content
All docs
V25.1
  • CellArea(CellRange) 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

    public CellArea(
        CellRange sourceRange
    )

    Parameters

    Name Type Description
    sourceRange CellRange

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

    See Also