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.