1. Home
  2. Docs
  3. EXCEL Activities
  4. Processing
  5. AutofillRange

AutofillRange

Aiwozo.Excelfile.Core.Activities.AutofillRange

  • AutofillRange activity is used to mimic the Autofill functionality in Excel by taking the formulas defined in the rule range and adapts them to the end range.

Properties

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • FilePath (InArgument<String>) – The path of excel in which actions needs to perform.
  • FillRange (InArgument<String>) – The range which needs to get autofilled.
  • SheetName (InArgument<String>) – Name of the specific sheet in which action needs to be performed.
  • SourceRange (InArgument<String>) – The range which serves as a rule for the Autofill operation.