XlsPivotField
CreateGroup Method (DateTime, DateTime,
PivotGroupByTypes
)
|
Create group for current field.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void CreateGroup(
DateTime start,
DateTime end,
PivotGroupByTypes[] groupByArray
)
Public Sub CreateGroup (
start As DateTime,
end As DateTime,
groupByArray As PivotGroupByTypes()
)
public:
virtual void CreateGroup(
DateTime start,
DateTime end,
array<PivotGroupByTypes>^ groupByArray
) sealed
abstract CreateGroup :
start : DateTime *
end : DateTime *
groupByArray : PivotGroupByTypes[] -> unit
override CreateGroup :
start : DateTime *
end : DateTime *
groupByArray : PivotGroupByTypes[] -> unit
Parameters
-
start
-
Type:
System
DateTime
The start date time
-
end
-
Type:
System
DateTime
The end date time
-
groupByArray
-
Type:
Spire.Xls
PivotGroupByTypes
The array of group by types
Implements
IPivotField
CreateGroup(DateTime, DateTime,
PivotGroupByTypes
)
See Also