Values_0.TransposedTableOptionSourceThe column option of the transposed table.
type nonrec t = {columnIndex : TransposedColumnIndex.t option;The index of a columns in a transposed table. The index range is 0-9999.
*)columnWidth : PixelLength.t option;The width of a column in a transposed table.
*)columnType : TransposedColumnType.t;The column type of the column in a transposed table. Choose one of the following options: ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table. VALUE_COLUMN: Refers to all value columns in the transposed table.
*)}val make :
?columnIndex:??? ->
?columnWidth:??? ->
columnType:TransposedColumnType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of TransposedColumnIndex.t
| `String of PixelLength.t ])
list ]