I am trying to delete rows by selecting and then press Delete key on Keyboard. Its wiping off the content in each cell for 3 rows ,but it’s not moving next row to first.
e.g. I have 5 rows. I selected first 3 rows and press Delete. it should move the 4th row to the top or first row. But it’s not.
It should exactly behave as “remove rows” when we right click and select remove rows.