New to Kendo UI for Angular? Start a free 30-day trial

CellDefaultStyle

Represents the default cell styles that will be applied to the sheet cells.

NameTypeDefaultDescription

background?

string

The background CSS color of the cell.

bold?

boolean

If set to true, sets the cell font to bold.

color?

string

The text CSS color of the cell.

fontFamily?

string

The font family of the cell.

fontSize?

number

The font size of the cell in pixels.

italic?

boolean

If set to true, sets the cell font to italic.

underline?

boolean

If set to true, sets the cell font to underline.

wrap?

boolean

If set to true, sets the cell wrap.