sheetsbarBoolean(default: true)

A Boolean value which indicates if the sheets-bar will be displayed.

Example

<div id="spreadsheet"></div>
<script>
$("#spreadsheet").kendoSpreadsheet({
    sheetsbar: false,
    sheets: [{
        name: "MySheet",
        rows: [{
            cells: [{
                value: "No sheets bar"
            }]
        }]
    }]
});
</script>
In this article
sheetsbar
Not finding the help you need?
Contact Support