Skip to main content
Row

WorkbookMergeOptions.CreateNewWorkbook Property

Gets or sets a value indicating whether to create a new workbook when merging multiple workbooks into one document.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool CreateNewWorkbook { get; set; }

Property Value

Type Description
Boolean

true, to combine workbooks into a new workbook; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to CreateNewWorkbook
WorkbookMergeOptions
.Default .CreateNewWorkbook
See Also