💾 sheet.delete()
/**
* write 2D data into sheet.
* @example
* sheet.__proto__ = app.sheet.prototype
* sheet.delete()
*/
app.sheet.prototype = {
// 🔸 sheet.delete()
delete(){
app.spreadsheet.deleteSheet(this);
},
};
Last updated
Was this helpful?