Hi @akritiverma316,
Welcome to UiPath Community !
Here is an activity called “Find”. It will return the cell info and row index.
To delete the column . you can use this activity.
Note :
To get the column name
use the assign activity .
strColumn = strCellInfo.Replace(intRowindex.tostring())
Thank you
Balamurugan.S