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

RowsHide

Aiwozo.Excelfile.Core.Activities.RowsHide

  • RowsHide activity is used to hide/unhide the rows of excel sheet.
  • This activity only works inside the excel application scope.

Properties

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • IsHide (Boolean) – It must be ticked for rows to hide and to unhide the rows it must be unticked.
  • Rows (InArgument<Int32[]>) – Define the rows which needs to hide as an Array of Integer variable.
  • SheetName (InArgument<String>) – Name of the specific sheet in which action needs to be performed.