sheets.rows.cells.fontSizeNumber

The font size of the cell in pixels.

Example

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