1. Home
  2. Docs
  3. EXCEL Activities
  4. WorkSheet
  5. DeleteRange

DeleteRange

Aiwozo.Excelfile.Core.Activities.DeleteRange

  • DeleteRange activity is used to delete a specified range in an Excel workbook.
  • This activity only works inside the excel application scope.

Properties

      Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • Range (InArgument<String>) – The range which needs to get deleted.
  • SheetName (InArgument<String>) – The name of the sheet from where the specified range is to be deleted.