IPivotField
CreateGroup Method (Double, Double, Double)
|
Create group for current field.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void CreateGroup(
double startValue,
double endValue,
double intervalValue
)
Sub CreateGroup (
startValue As Double,
endValue As Double,
intervalValue As Double
)
void CreateGroup(
double startValue,
double endValue,
double intervalValue
)
abstract 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
See Also