Back to Devexpress

PivotGridXlsxExportOptions.ExportDataAreaHeaders Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridxlsxexportoptions-e150ab23.md

latest2.1 KB
Original Source

PivotGridXlsxExportOptions.ExportDataAreaHeaders Property

Gets or sets whether to include data field headers in the XLSX 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 ExportDataAreaHeaders { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property ExportDataAreaHeaders As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true to export data 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 row field headers, use the following properties:

See Also

PivotGridXlsxExportOptions Class

PivotGridXlsxExportOptions Members

DevExpress.Xpf.PivotGrid Namespace