Hi Karan,
- Filter original data table to get only these 3 columns in a new data table.
- you can multiply specific row values with -1 and save it in the new data table for the required columns 1 by 1.
- Delete the 3 columns from original data table.
- Add columns from new data table to specific position in original data table using set ordinal method.
Hope this helps…