Skip to main content
Row

CellRange.Worksheet Property

Gets the worksheet that contains the cell range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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