Hi Nafiz
I tried 
Harshit's idea on one column, but that did not work. 
Fastest I could find is to copy the collection using the fast copy above, then remove the columns you don't need with action 'Delete Column' from object 'Utility - Collection Manipulation Extension'.
Alternatively, you could loop through your FromCollection while adding whatever data you need to the ToCollection. This would be a row-by-row operation and therefore perhaps not so fast if you have large collections.
------------------------------
Happy coding!
---------------
Paul
Sweden
------------------------------
					
				
			
			
				
	Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)