Skip to main content

IXlFilterColumns.Item[Int32] Property

Provides access to a filtered column by its index in the collection.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

XlFilterColumn this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that is the zero-based index of the column to be obtained.

Property Value

Type Description
XlFilterColumn

An XlFilterColumn object which represents the filtered column at the specified position.

See Also