UNPKG

@progress/kendo-spreadsheet-vue-wrapper

Version:
45 lines (25 loc) 1.14 kB
--- title: defaultCellStyleProps API description: "API Index | defaultCellStyleProps" api_reference: true slug: api_spreadsheet_defaultcellstyleprops --- # DefaultCellStyleProps ### default-cell-style-background `String` The background CSS color of the cell. ### default-cell-style-color `String` The text CSS color of the cell. ### default-cell-style-font-family `String` The font family of the cell. ### default-cell-style-font-size `String` The font size (in pixels) of the cell. ### default-cell-style-italic `Boolean` If `default-cell-style-italic` is set to `true`, the cell font is italic. ### default-cell-style-bold `Boolean` If `default-cell-style-bold` is set to `true`, the cell font is bold. ### default-cell-style-underline `Boolean` If `default-cell-style-underline` is set to `true`, the cell font is underline. ### default-cell-style-wrap `Boolean` If `default-cell-style-wrap` is set to `true`, the cell is able to wrap its content. ## Suggested Links * [`DefaultCellStyle` in Kendo UI Spreadsheet for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet/configuration/defaultcellstyle)