Skip to main content

XlFilterColumn(Int32) Constructor

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

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