Values_0.PivotTableRowsLabelOptionsSourceThe options for the label thta is located above the row headers. This option is only applicable when RowsLayout is set to HIERARCHY.
type nonrec t = {visibility : Visibility.t option;The visibility of the rows label.
*)customLabel : PivotTableRowsLabelText.t option;The custom label string for the rows label.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PivotTableRowsLabelText.t ])
list ]