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

LookUpRange

Aiwozo.Excelfile.Core.Activities.LookUpRange

  • LookUpRange activity is used to search for the coordinates of a cell with a certain value in a specified range and returns them as String variable.
  • This activity only works inside the excel application scope.

Properties

      Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • Output (OutArgument<String>) – The cell where the specified value is found.
  • Range (InArgument<String>) – The range where the search needs to perform.
  • SheetName (InArgument<String>) – The name of the sheet in the workbook where the changes must be made.
  • Value (InArgument<String>) – The value which needs to be searched