I set protectSheet and allowDelete
this.spreadsheetObj.protectSheet(0, { selectCells: true });
this.spreadsheetObj.lockCells(`B2:AL${this.accounts.length + 1}`, false);
this.spreadsheetObj.allowDelete = true;
but delete row inactive
Did I do something wrong?