Values_0.CascadingControlSourceSourceThe source controls that are used in a CascadingControlConfiguration.
type nonrec t = {sourceSheetControlId : String_.t option;The source sheet control ID of a CascadingControlSource.
*)columnToMatch : ColumnIdentifier.t option;The column identifier that determines which column to look up for the source sheet control.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `String of DataSetIdentifier.t ]) list ])
list ]