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

IXlFilterColumns.IndexOf(XlFilterColumn) Method

Returns the index of the specified column in the collection.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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