Back to Devexpress

PivotXlsExportOptions.CustomizeCell Event

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-pivotxlsexportoptions.md

latest1.3 KB
Original Source

PivotXlsExportOptions.CustomizeCell Event

Allows you to specify cell formatting when exporting a Pivot Grid control to XLSX format in data-aware mode.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event CustomizePivotCellEventHandler CustomizeCell
vb
Public Event CustomizeCell As CustomizePivotCellEventHandler

Remarks

Review the PivotXlsxExportOptions.CustomizeCell topic for more information.

See Also

Export to Tabular Formats (CSV, XLS, XLSX)

PivotXlsExportOptions Class

PivotXlsExportOptions Members

DevExpress.Web.ASPxPivotGrid Namespace