Skip to main content

TxtDocumentExporterOptions.DiscardTrailingEmptyCells Property

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

Namespace: DevExpress.XtraSpreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue(false)]
public override bool DiscardTrailingEmptyCells { get; set; }

Property Value

Type Default Description
Boolean false

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
WorkbookExportOptions
.Txt .DiscardTrailingEmptyCells
See Also