Values_0.PivotTotalOptionsSourceThe optional configuration of totals cells in a PivotTableVisual.
type nonrec t = {totalsVisibility : Visibility.t option;The visibility configuration for the total cells.
*)placement : TableTotalsPlacement.t option;The placement (start, end) for the total cells.
*)scrollStatus : TableTotalsScrollStatus.t option;The scroll status (pinned, scrolled) for the total cells.
*)customLabel : String_.t option;The custom label string for the total cells.
*)totalCellStyle : TableCellStyle.t option;The cell styling options for the total cells.
*)valueCellStyle : TableCellStyle.t option;The cell styling options for the totals of value cells.
*)metricHeaderCellStyle : TableCellStyle.t option;The cell styling options for the total of header cells.
*)totalAggregationOptions : TotalAggregationOptionList.t option;The total aggregation options for each value field.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of FieldId.t
| `Structure of (string * [> `Enum of string ]) list ])
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 ]