XlsPivotField
CreateGroup Method (Double, Double, Double)
|
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(
double startValue,
double endValue,
double intervalValue
)
Public Sub CreateGroup (
startValue As Double,
endValue As Double,
intervalValue As Double
)
public:
virtual void CreateGroup(
double startValue,
double endValue,
double intervalValue
) sealed
abstract CreateGroup :
startValue : float *
endValue : float *
intervalValue : float -> unit
override CreateGroup :
startValue : float *
endValue : float *
intervalValue : float -> unit
Parameters
-
startValue
-
Type:
System
Double
The start number value
-
endValue
-
Type:
System
Double
The end number value
-
intervalValue
-
Type:
System
Double
The interval number value
Implements
IPivotField
CreateGroup(Double, Double, Double)
See Also