rowsNumber
(default: 200)
The number of rows in the document.
Example - configure the rows count
<div id="spreadsheet"></div>
<script>
$("#spreadsheet").kendoSpreadsheet({
rows: 300
});
</script>
In this article