[]
type CellStyleContent = TextBoxStyleContent & object;
optional BottomBorder: BorderStyle;
optional LeftBorder: BorderStyle;
optional RightBorder: BorderStyle;
optional TextAlign: "Center" | "General" | "Left" | "Right" | "Justify" | `=${string}`;
optional TopBorder: BorderStyle;
optional VerticalAlign: "Default" | "Top" | "Middle" | "Bottom" | `=${string}`;