Click or drag to resize

CustomFilterCollection Constructor

Initializes a new instance of the CustomFilterCollection 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 CustomFilterCollection(
	FilterColumn parentcolumn
)

Parameters

parentcolumn
Type: Spire.Xls.Core.Spreadsheet.AutoFilter FilterColumn
The parent column to which this custom filter collection belongs.

Return Value

Type:
An instance of CustomFilterCollection.
See Also