Kendo.Mvc.UI.Fluent.SpreadsheetDefaultCellStyleSettingsBuilder
Defines the fluent API for configuring the SpreadsheetDefaultCellStyleSettings settings.
Methods
Background(System.String)
The background CSS color of the cell.
Parameters
value System.String
The value that configures the background.
Color(System.String)
The text CSS color of the cell.
Parameters
value System.String
The value that configures the color.
FontFamily(System.String)
The font family of the cell.
Parameters
value System.String
The value that configures the fontfamily.
FontSize(System.String)
The font size of the cell in pixels.
Parameters
value System.String
The value that configures the fontsize.
Italic(System.Boolean)
If set to true, sets the cell font to italic.
Parameters
value System.Boolean
The value that configures the italic.
Bold(System.Boolean)
If set to true, sets the cell font to bold.
Parameters
value System.Boolean
The value that configures the bold.
Underline(System.Boolean)
If set to true, sets the cell font to underline.
Parameters
value System.Boolean
The value that configures the underline.
Wrap(System.Boolean)
If set to true, sets the cell wrap.
Parameters
value System.Boolean
The value that configures the wrap.