Values_0.SubtotalOptionsSourceThe subtotal options.
type nonrec t = {totalsVisibility : Visibility.t option;The visibility configuration for the subtotal cells.
*)customLabel : String_.t option;The custom label string for the subtotal cells.
*)fieldLevel : PivotTableSubtotalLevel.t option;The field level (all, custom, last) for the subtotal cells.
*)fieldLevelOptions : PivotTableFieldSubtotalOptionsList.t option;The optional configuration of subtotal cells.
*)totalCellStyle : TableCellStyle.t option;The cell styling options for the subtotal cells.
*)valueCellStyle : TableCellStyle.t option;The cell styling options for the subtotals of value cells.
*)metricHeaderCellStyle : TableCellStyle.t option;The cell styling options for the subtotals of header cells.
*)styleTargets : TableStyleTargetList.t option;The style targets options for subtotals.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of FieldId.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableFieldHeight.t
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableBorderThickness.t
| `String of PixelLength.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableBorderThickness.t
| `String of HexColor.t ])
list ])
list ])
list ])
list ])
list ]