sheets.rows.cells.backgroundString

The background color of the cell. Many standard CSS formats are supported. However, the canonical form is #ccff00.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    sheets: [{
      rows: [{
        cells: [
          { value: "Header", background: "#ffff00" }
        ]
      }]
    }]
  });
</script>
In this article
sheets.rows.cells.background
Not finding the help you need?
Contact Support