Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IWorkbookMergeResult.Workbook Property

Gets or sets a workbook that is the result of merging multiple workbooks.

Namespace: DevExpress.Spreadsheet

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

Declaration

IWorkbook Workbook { get; set; }

Property Value

Type Description
IWorkbook

An object exposing the IWorkbook interface.

See Also