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

CustomizeDocumentColumnEventArgs.DocumentColumn Property

Gets or sets the worksheet column.

Namespace: DevExpress.Export

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public IXlColumn DocumentColumn { get; set; }

Property Value

Type Description
IXlColumn

An IXlColumn object that is the individual worksheet column.

See Also