Module Values_0.PivotTableRowsLabelOptionsSource

The options for the label thta is located above the row headers. This option is only applicable when RowsLayout is set to HIERARCHY.

Sourcetype nonrec t = {
  1. visibility : Visibility.t option;
    (*

    The visibility of the rows label.

    *)
  2. customLabel : PivotTableRowsLabelText.t option;
    (*

    The custom label string for the rows label.

    *)
}
Sourceval make : ?visibility:??? -> ?customLabel:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PivotTableRowsLabelText.t ]) 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