Skip to main content
Row

Worksheet.Workbook Property

Gets a workbook that contains the current worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IWorkbook Workbook { get; }

Property Value

Type Description
IWorkbook

An object exposing the IWorkbook interface.

See Also