Values_1.PivotConfigurationSourceConfiguration for a pivot operation, specifying which column contains labels and how to pivot them.
type nonrec t = {labelColumnName : Values_0.ColumnName.t option;The name of the column that contains the labels to be pivoted into separate columns.
*)pivotedLabels : PivotedLabelList.t;The list of specific label values to pivot into separate columns.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of CellValue.t ]) list ]
list
| `String of Values_0.ColumnName.t ])
list ]