Skip to main content
All docs
V25.1
  • Row

    CellRange.Worksheet Property

    Gets the worksheet that contains the cell range.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    Worksheet Worksheet { get; }

    Property Value

    Type Description
    Worksheet

    A Worksheet object that specifies the worksheet that contains the range of cells.

    See Also