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

CopyPasteRange

Aiwozo.Excelfile.Core.Activities.CopyPasteRange

  • CopyPasteRange activity is used to copy an entire range, including values, formulas, table format, and cell format, and pastes it to a specified sheet.
  • This activity only works inside the excel application scope.

Properties

       Misc

  • DestinationCell (InArgument<String>) – The starting cell where the copied range needs to be pasted.
  • DestinationSheetName (InArgument<String>) – The Sheet where the copied range needs to be pasted into.
  • DisplayName (String) – To set a meaningful name according to the user.
  • SheetName (InArgument<String>) – Name of the input sheet from which the range needs to be copied from.
  • SourceRange (InArgument<String>) – The range which need to be copied.