Skip to main content

SpreadsheetCsvExportOptions.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. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool RepeatMergedCellValues { get; set; }

Property Value

Type Description
Boolean

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
SpreadsheetExportOptions
.Csv .RepeatMergedCellValues
See Also