XlFilterColumn Constructors
A column in the filter range to which filtering is applied.| Name | Parameters | Description |
|---|---|---|
| XlFilterColumn(Int32, IXlFilterCriteria) | columnId, filterCriteria | Initializes a new instance of the XlFilterColumn class with the specified settings. |
| XlFilterColumn(Int32) | columnId | Initializes a new instance of the XlFilterColumn class with the specified settings. |
See Also