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

XlFilterColumn(Int32) Constructor

Initializes a new instance of the XlFilterColumn class with the specified settings.

Namespace: DevExpress.Export.Xl

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

Declaration

public XlFilterColumn(
    int columnId
)

Parameters

Name Type Description
columnId Int32

A zero-based index of the column in the filtered range to which a filter should be applied.

Remarks

Use the XlFilterColumn.FilterCriteria property of the XlFilterColumn instance to define the filter criteria that should be applied to the specified column.

See Also