<kendo:spreadsheet-defaultCellStyle>

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

Example

<kendo:spreadsheet>
    <kendo:spreadsheet-defaultCellStyle></kendo:spreadsheet-defaultCellStyle>
</kendo:spreadsheet>

Configuration Attributes

Italic boolean

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

Example

<kendo:spreadsheet-defaultCellStyle Italic="Italic">
</kendo:spreadsheet-defaultCellStyle>

background java.lang.String

The background CSS color of the cell.

Example

<kendo:spreadsheet-defaultCellStyle background="background">
</kendo:spreadsheet-defaultCellStyle>

bold boolean

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

Example

<kendo:spreadsheet-defaultCellStyle bold="bold">
</kendo:spreadsheet-defaultCellStyle>

color java.lang.String

The text CSS color of the cell.

Example

<kendo:spreadsheet-defaultCellStyle color="color">
</kendo:spreadsheet-defaultCellStyle>

fontFamily java.lang.String

The font family of the cell.

Example

<kendo:spreadsheet-defaultCellStyle fontFamily="fontFamily">
</kendo:spreadsheet-defaultCellStyle>

fontSize java.lang.String

The font size of the cell in pixels.

Example

<kendo:spreadsheet-defaultCellStyle fontSize="fontSize">
</kendo:spreadsheet-defaultCellStyle>

underline boolean

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

Example

<kendo:spreadsheet-defaultCellStyle underline="underline">
</kendo:spreadsheet-defaultCellStyle>

wrap boolean

If set to true, sets the cell wrap.

Example

<kendo:spreadsheet-defaultCellStyle wrap="wrap">
</kendo:spreadsheet-defaultCellStyle>
In this article
Not finding the help you need?