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

XlFilterColumn.ColumnId Property

Gets the zero-based index of the current column in the filtered range.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public int ColumnId { get; }

Property Value

Type Description
Int32

An integer specifying the position of the column in the filtered range.

See Also