Values_0.TableCellStyleSourceThe table cell style for a cell in pivot table or table visual.
type nonrec t = {visibility : Visibility.t option;The visibility of the table cells.
*)fontConfiguration : FontConfiguration.t option;The font configuration of the table cells.
*)textWrap : TextWrap.t option;The text wrap (none, wrap) for the table cells.
*)horizontalTextAlignment : HorizontalTextAlignment.t option;The horizontal text alignment (left, center, right, auto) for the table cells.
*)verticalTextAlignment : VerticalTextAlignment.t option;The vertical text alignment (top, middle, bottom) for the table cells.
*)backgroundColor : HexColor.t option;The background color for the table cells.
*)height : TableFieldHeight.t option;The height color for the table cells.
*)border : GlobalTableBorderOptions.t option;The borders for the table cells.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of TableFieldHeight.t
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableBorderThickness.t
| `String of PixelLength.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TableBorderThickness.t
| `String of HexColor.t ])
list ])
list ])
list ])
list ]