Back to Devexpress

PivotGridXlsExportOptions.ExportRowAreaHeaders Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridxlsexportoptions-457cdf5d.md

latest2.1 KB
Original Source

PivotGridXlsExportOptions.ExportRowAreaHeaders Property

Gets or sets whether to include row field headers in the XLS exported document.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ExportRowAreaHeaders { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property ExportRowAreaHeaders As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true to export row field headers; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

To specify whether to export the filter, column or data field headers, use use the following properties:

See Also

PivotGridXlsExportOptions Class

PivotGridXlsExportOptions Members

DevExpress.Xpf.PivotGrid Namespace