Click or drag to resize

CustomFilter Constructor

Initializes a new instance of the CustomFilter class with the specified parent column.

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CustomFilter(
	FilterColumn parentcolumn
)

Parameters

parentcolumn
Type: Spire.Xls.Core.Spreadsheet.AutoFilter FilterColumn
The parent column associated with this filter.

Return Value

Type:
An instance of the CustomFilter class.
See Also