Skip to main content

CustomizeDocumentColumnEventArgs.DocumentColumn Property

Gets or sets the worksheet column.

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IXlColumn DocumentColumn { get; set; }

Property Value

Type Description
IXlColumn

An IXlColumn object that is the individual worksheet column.

See Also