Delete Row Column

Delete the row or column of excel sheet.

Delete Row or Column with a specified column name or row index in the workbook. It can only be used after the Open Excel File activity.

This activity can only be used after the Open Excel File activity.

Input

  • Delete Type :

    • Row - Delete the specified row in the excel sheet. Default

    • Column - Delete the specified column in the excel sheet.

  • Shift : Boolean Argument

    shift columns to left and shift rows to up when select true. the rows and columns will not be shifted if it selects false.


Last updated