Values_1.PivotedLabelSourceSpecifies a label value to be pivoted into a separate column, including the new column name and identifier.
type nonrec t = {labelName : CellValue.t;The label value from the source data to be pivoted.
*)newColumnName : Values_0.ColumnName.t;The name for the new column created from this pivoted label.
*)newColumnId : Values_0.ColumnId.t;A unique identifier for the new column created from this pivoted label.
*)}val make :
labelName:CellValue.t ->
newColumnName:Values_0.ColumnName.t ->
newColumnId:Values_0.ColumnId.t ->
unit ->
t