Click or drag to resize

MultipleFilterCollection RemoveDateFilter Method

Remove a date in the 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 void RemoveDateFilter(
	DateTimeGroupingType type,
	int year,
	int month,
	int day,
	int hour,
	int minute,
	int second
)

Parameters

type
Type: Spire.Xls.Core.Spreadsheet.AutoFilter DateTimeGroupingType
year
Type: System Int32
month
Type: System Int32
day
Type: System Int32
hour
Type: System Int32
minute
Type: System Int32
second
Type: System Int32
See Also