ExcelWorksheet_Delete

Description

Deletes a worksheet form an Excel workbook.


Workbook

Workbook InArgument<Workbook> REQUIRED

The workbook from which to delete the worksheet

It is possible to obtain a new workbook with the activity ExcelWorkbook_New or to get it from an existing file with ExcelWorkbook_Get.

Worksheet

CodeName InArgument<String>

The code name of the sheet to delete.

The name of the sheet to delete.

Sets whether to search the worksheet by its Name or by its CodeName.