UiPath.Excel.Activities.ExcelAutoFillRange
Takes the formulas defined in the rule range and adapts them to the end range, mimicking the Autofill functionality in Excel.
Properties
Common
- DisplayName - The display name of the activity.
Destination
- FillRange - The range you want to Autofill. You must specify the range beginning with the first cell of the range. This field supports only strings and String variables.
Input
- SheetName - The name of the sheet in the workbook where you want to make the auto fill. This field supports only strings and String variables.
- SourceRange - The range which serves as a rule for the Autofill operation. This field supports only strings and String variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Example of Using the Auto Fill Range Activity
To exemplify how to use this activity, we have built an automation project which includes the Auto Fill Range activity.
Download example
Updated about a year ago