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

DocumentColumnFilteringEventArgs.ColumnPosition Property

Specifies the column index among exported columns.

Namespace: DevExpress.Export

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

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