activeSheetString

The name of the currently active sheet. Must exactly match one of the (sheet names)[#configuration-sheets.name].

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    activeSheet: "Sheet2",
    sheets: [
      { name: "Sheet1" },
      { name: "Sheet2" },
      { name: "Sheet3" }
    ]
  });
</script>
In this article
activeSheet
Not finding the help you need?
Contact Support