How to delete a excel sheet row data starting with cell value “9”

@anilkumar.vegi You can do like this also:
Use for each activity

Use if condition activity : row(1).ToString.StartsWith(“9”)
Note : row(1) contains column name

We can use Send hotkey activity or type into to select the entire row value

This post will help you to know about it

To delete row data value you can use send hotkey activity with Ctrl+ minus

Hope this will help you to complete your task

Best regards,
Vrushali