XlsPivotField
CreateGroup Method (DateTime, DateTime,
PivotGroupByTypes
, Int32)
|
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,
int days
)
Public Sub CreateGroup (
start As DateTime,
end As DateTime,
groupByArray As PivotGroupByTypes(),
days As Integer
)
public:
virtual void CreateGroup(
DateTime start,
DateTime end,
array<PivotGroupByTypes>^ groupByArray,
int days
) sealed
abstract CreateGroup :
start : DateTime *
end : DateTime *
groupByArray : PivotGroupByTypes[] *
days : int -> unit
override CreateGroup :
start : DateTime *
end : DateTime *
groupByArray : PivotGroupByTypes[] *
days : int -> 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
-
days
-
Type:
System
Int32
The days
Implements
IPivotField
CreateGroup(DateTime, DateTime,
PivotGroupByTypes
, Int32)
See Also