DocumentColumnFilteringEventArgs.ColumnPosition Property
Specifies the column index among exported columns.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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