CellDefaultStyle
Interface
Represents the default cell styles that will be applied to the sheet cells.
Definition
Package:@progress/kendo-react-spreadsheet
Properties
background?
string
The background CSS color of the cell.
bold?
boolean
If set to true, sets the cell font to bold.
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.