Skip to main content

DocumentColumnFilteringEventArgs.ColumnPosition Property

Specifies the column index among exported columns.

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int ColumnPosition { get; }

Property Value

Type Description
Int32

A zero-based index of the currently exported column.

Remarks

The export engine exports visible columns, provided that their Printable option is enabled. The ColumnPosition property specifies the index of the currently processed column among all exported columns.

See Also