Back to Devexpress

CellRange.Worksheet Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-ac2e6cbb.md

latest1.5 KB
Original Source

CellRange.Worksheet Property

Gets the worksheet that contains the cell range.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
Worksheet Worksheet { get; }
vb
ReadOnly Property Worksheet As Worksheet

Property Value

TypeDescription
Worksheet

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

|

See Also

How to: Access a Cell in a Worksheet

How to: Access a Range of Cells

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace