Skip to main content

IXlFilterColumns.IndexOf(XlFilterColumn) Method

Returns the index of the specified column in the collection.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

int IndexOf(
    XlFilterColumn column
)

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