sheets.rows.cells.fontFamilyString

The font family of the cell.

Example

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