SpreadsheetDefaultCellStyleSettingsTagHelper
Example
Razor
<default-cell-style/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| 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. |
| font-family | String | The font family of the cell. |
| font-size | String | 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. |