Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Add(
	DateTimeGroupingType type,
	int year,
	int month,
	int day
)
Public Sub Add ( 
	type As DateTimeGroupingType,
	year As Integer,
	month As Integer,
	day As Integer
)
public:
void Add(
	DateTimeGroupingType type, 
	int year, 
	int month, 
	int day
)
member Add : 
        type : DateTimeGroupingType * 
        year : int * 
        month : int * 
        day : int -> unit 

Parameters

type
DateTimeGroupingType
year
Int32
month
Int32
day
Int32

See Also