I want to delete row but I fill in properties , it error.
Please suggest to me.
I want to delete row but I fill in properties , it error.
Please suggest to me.
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
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.