columnsNumber(default: 50)

The number of columns in the document.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    columns: 100
  });
</script>
In this article
columns
Not finding the help you need?
Contact Support