A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
public event CustomizeDocumentColumnEventHandler CustomizeDocumentColumn
Public Event CustomizeDocumentColumn As CustomizeDocumentColumnEventHandler
Implements
DevExpress.Export.IDataAwareExportOptions.CustomizeDocumentColumn
See Also
Feedback