enables/disables the ability to work with multiple sheets in the spreadsheet
var spreadsheet = new dhx.Spreadsheet(document.body, {
multiSheets: false
});
Setting the property to false will hide the bottom tabbar with sheet tabs.
added in v4.1
Back to top