Skip to main content
A newer version of this page is available. .

PivotGridXlsExportOptions Class

Contains export options specific to XLS format.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public class PivotGridXlsExportOptions :
    XlsExportOptionsEx,
    IPivotGridExportOptions,
    IDataAwareExportOptions

Remarks

To apply export options, create the PivotGridXlsExportOptions instance, set the required properties and pass the PivotGridXlsExportOptions object as a parameter to the PivotGridControl.ExportToXls method.

See Also