Skip to main content

CsvExportOptionsEx.CustomizeCell Event

In This Article

Allows you to substitute a cell value in the output document. Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public event CustomizeCellEventHandler CustomizeCell

#Remarks

To substitute a cell value, use the CustomizeCellEventArgs.Value parameter.

For changes made in your CustomizeCell event handler to be in effect, set the event’s Handled parameter to true. Otherwise, a cell will be exported using the default settings.

See Also