Click or drag to resize

FilterColumn FilterType Property

Gets or sets the type of filter.

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public FilterType FilterType { get; set; }

Property Value

Type: FilterType
The filter type.

Return Value

Type: FilterType
The filter type as a FilterType enumeration.
See Also