Values_0.PivotTableOptionsSourceThe table options for a pivot table visual.
type nonrec t = {metricPlacement : PivotTableMetricPlacement.t option;The metric placement (row, column) options.
*)singleMetricVisibility : Visibility.t option;The visibility of the single metric options.
*)columnNamesVisibility : Visibility.t option;The visibility of the column names.
*)toggleButtonsVisibility : Visibility.t option;Determines the visibility of the pivot table.
*)columnHeaderStyle : TableCellStyle.t option;The table cell style of the column header.
*)rowHeaderStyle : TableCellStyle.t option;The table cell style of the row headers.
*)cellStyle : TableCellStyle.t option;The table cell style of cells.
*)rowFieldNamesStyle : TableCellStyle.t option;The table cell style of row field names.
*)rowAlternateColorOptions : RowAlternateColorOptions.t option;The row alternate color options (widget status, row alternate colors).
*)collapsedRowDimensionsVisibility : Visibility.t option;The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default value is VISIBLE.
*)rowsLayout : PivotTableRowsLayout.t option;The layout for the row dimension headers of a pivot table. Choose one of the following options. TABULAR: (Default) Each row field is displayed in a separate column. HIERARCHY: All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.
*)rowsLabelOptions : PivotTableRowsLabelOptions.t option;The options for the label that is located above the row headers. This option is only applicable when RowsLayout is set to HIERARCHY.
*)defaultCellWidth : PixelLength.t option;The default cell width of the pivot table.
*)}val make :
?metricPlacement:??? ->
?singleMetricVisibility:??? ->
?columnNamesVisibility:??? ->
?toggleButtonsVisibility:??? ->
?columnHeaderStyle:??? ->
?rowHeaderStyle:??? ->
?cellStyle:??? ->
?rowFieldNamesStyle:??? ->
?rowAlternateColorOptions:??? ->
?collapsedRowDimensionsVisibility:??? ->
?rowsLayout:??? ->
?rowsLabelOptions:??? ->
?defaultCellWidth:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PixelLength.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableFieldHeight.t
| `List of [> `String of HexColor.t ] list
| `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 ]