void deleteWorkSheet(anyType _workSheet) { COM workSheet = this.getWorkSheet(_workSheet); ; if (workSheet) workSheet.delete(); }