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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
See Also