Class OdfPivotGroupingOptions
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Configures bounded date or numeric grouping for one pivot field. 設定單一樞紐欄位的有界日期或數值分組。
public sealed class OdfPivotGroupingOptions
- Inheritance
-
OdfPivotGroupingOptions
- Inherited Members
Constructors
OdfPivotGroupingOptions()
public OdfPivotGroupingOptions()
Properties
DateGroup
public OdfPivotDateGroup? DateGroup { get; set; }
Property Value
End
Gets or sets the inclusive numeric end. 取得或設定數值分組的含括終點。
public double? End { get; set; }
Property Value
Interval
Gets or sets the positive numeric interval. 取得或設定正數數值間距。
public double? Interval { get; set; }
Property Value
Start
Gets or sets the inclusive numeric start. 取得或設定數值分組的含括起點。
public double? Start { get; set; }