Class OdfPivotValueOptions
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Configures a pivot value display calculation. 設定樞紐值的顯示計算。
public sealed class OdfPivotValueOptions
- Inheritance
-
OdfPivotValueOptions
- Inherited Members
Constructors
OdfPivotValueOptions()
public OdfPivotValueOptions()
Properties
BaseFieldName
Gets or sets the base field for member-relative calculations. 取得或設定成員相對計算的基準欄位。
public string? BaseFieldName { get; set; }
Property Value
BaseMemberName
Gets or sets the named base member. 取得或設定具名基準成員。
public string? BaseMemberName { get; set; }
Property Value
ShowValuesAs
Gets or sets the display calculation. 取得或設定顯示計算。
public OdfPivotShowValuesAs ShowValuesAs { get; set; }