目錄 / Table of Contents

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

Gets or sets the date grouping unit, or null for numeric grouping. 取得或設定日期分組單位;數值分組時為 null

public OdfPivotDateGroup? DateGroup { get; set; }

Property Value

OdfPivotDateGroup?

End

Gets or sets the inclusive numeric end. 取得或設定數值分組的含括終點。

public double? End { get; set; }

Property Value

double?

Interval

Gets or sets the positive numeric interval. 取得或設定正數數值間距。

public double? Interval { get; set; }

Property Value

double?

Start

Gets or sets the inclusive numeric start. 取得或設定數值分組的含括起點。

public double? Start { get; set; }

Property Value

double?