Skip to main content

SpreadsheetTxtExportOptions.DiscardTrailingEmptyCells Property

Gets or sets whether empty trailing cells in each row should not be exported.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool DiscardTrailingEmptyCells { get; set; }

Property Value

Type Description
Boolean

true, to discard trailing cells in each row; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to DiscardTrailingEmptyCells
SpreadsheetExportOptions
.Txt .DiscardTrailingEmptyCells
See Also