IXlFilterColumns.IndexOf(XlFilterColumn) Method
Returns the index of the specified column in the collection.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| column | XlFilterColumn | An XlFilterColumn object to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | A zero-based integer which specifies the column position within the collection. -1 if the column doesn’t belong to the collection. |
See Also