IXlFilterColumns.Item[Int32] Property
In This Article
Provides access to a filtered column by its index in the collection.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.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 |
---|---|
Xl |
An Xl |
See Also