Search results

CellStyleModel API in React Spreadsheet API component

Interface for a class CellStyle

Properties

backgroundColor

string

Specifies background color to the cell.

border

string

Specifies border of the cell.

borderBottom

string

Specifies bottom border of the cell.

borderLeft

string

Specifies left border of the cell.

borderRight

string

Specifies right border of the cell.

borderTop

string

Specifies top border of the cell.

color

string

Specifies font color to the cell.

fontSize

string

Specifies font size to the cell.

fontStyle

FontStyle

Specifies font style to the cell.

fontWeight

FontWeight

Specifies font weight to the cell.

textAlign

TextAlign

Specifies text align style to the cell.

textDecoration

TextDecoration

Specifies text decoration to the cell.

textIndent

string

Specifies text indent style to the cell.

verticalAlign

VerticalAlign

Specifies vertical align to the cell.