Skip to main content

CsvDocumentExporterOptions.RepeatMergedCellValues Property

Gets or sets a value indicating whether to repeat a merged cell value for each cell in the merged range when exporting the document.

Namespace: DevExpress.XtraSpreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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

Property Value

Type Default Description
Boolean false

true, to repeat values of merged cells; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RepeatMergedCellValues
WorkbookExportOptions
.Csv .RepeatMergedCellValues
See Also