Skip to main content

XlsxExportOptionsEx.CustomizeDocumentColumn Event

Allows you to customize an individual column in the exported document - change its width, formatting, collapse the group containing the column or hide the column.Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public event CustomizeDocumentColumnEventHandler CustomizeDocumentColumn
See Also