Module Values_0.CascadingControlSourceSource

The source controls that are used in a CascadingControlConfiguration.

Sourcetype nonrec t = {
  1. sourceSheetControlId : String_.t option;
    (*

    The source sheet control ID of a CascadingControlSource.

    *)
  2. columnToMatch : ColumnIdentifier.t option;
    (*

    The column identifier that determines which column to look up for the source sheet control.

    *)
}
Sourceval make : ?sourceSheetControlId:??? -> ?columnToMatch:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t