Values_1.CellValueSynonymSourceA structure that represents the cell value synonym.
type nonrec t = {cellValue : Values_0.LimitedString.t option;The cell value.
*)synonyms : StringList.t option;Other names or aliases for the cell value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.String_.t ] list
| `String of Values_0.LimitedString.t ])
list ]