[]
        
(Showing Draft Content)

CellStyleContent

Type Alias: CellStyleContent

type CellStyleContent = TextBoxStyleContent & object;

Type declaration

BottomBorder?

optional BottomBorder: BorderStyle;

LeftBorder?

optional LeftBorder: BorderStyle;

RightBorder?

optional RightBorder: BorderStyle;

TextAlign?

optional TextAlign: "Center" | "General" | "Left" | "Right" | "Justify" | `=${string}`;

TopBorder?

optional TopBorder: BorderStyle;

VerticalAlign?

optional VerticalAlign: "Default" | "Top" | "Middle" | "Bottom" | `=${string}`;