Skip to main content

SpreadsheetTxtImportOptions.ClearWorksheetBeforeImport Property

Gets or sets whether to clear a worksheet before importing data. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool ClearWorksheetBeforeImport { get; set; }

Property Value

Type Description
Boolean

true, to delete worksheet content; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ClearWorksheetBeforeImport
SpreadsheetImportOptions
.Txt .ClearWorksheetBeforeImport
See Also