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
)
 
Public Sub RemoveDateFilter ( 
	type As DateTimeGroupingType,
	year As Integer,
	month As Integer,
	day As Integer,
	hour As Integer,
	minute As Integer,
	second As Integer
)
 
public:
void RemoveDateFilter(
	DateTimeGroupingType type, 
	int year, 
	int month, 
	int day, 
	int hour, 
	int minute, 
	int second
)
 
member RemoveDateFilter : 
type : DateTimeGroupingType * 
year : int * 
month : int * 
day : int * 
hour : int * 
minute : int * 
second : int -> unit 
 
 
 
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