Delete row in excel, it error

I want to delete row but I fill in properties , it error.

image

Please suggest to me.

1 Like

This should solve.DeleteExcelRow.xaml (5.0 KB)

how to fix row.
I want to delete row A column rowIndex+2

You want to delete particular cell only?

yes, particular row

@fairymemay you don’t need to mention column A just pass rowindex +2 because it takes only row number and don’t convert it into string because input will be in int

1 Like

Then mention only row index.
i.e. instead of A2 only 2 will be sufficient

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.