Hide/Unhide Row

Hide or Unhide the rows

Hide or Unhide specified rows in google sheets.

This activity can only be used after the Create GSuite Connection Activity.

Input

  • Credential: Object Variable A variable name that references the user credential to access the resources.

  • SpreadSheet Id: String Argument The Id of the spreadsheet in which rows are to be hidden or unhide.

  • Sheet Name: String Argument The name of the sheet in which rows are to be hidden or unhide.

  • Row Index: Object Argument The index of the rows is to be hidden or unhide.

  • Number of Rows: Object Argument The number of rows is to be hidden or unhide.

  • Hide:

    • True - rows are hidden.

    • False - rows are unhid.

Last updated