Skip to main content
A newer version of this page is available. .
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.v18.2.Core.dll

Declaration

public bool CreateNewWorkbook { get; set; }

Property Value

Type Description
Boolean

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

See Also