Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

Range.Worksheet Property

Gets the worksheet that contains the cell range.

Namespace: DevExpress.Spreadsheet

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

Declaration

Worksheet Worksheet { get; }

Property Value

Type Description
Worksheet

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

See Also