Click here to Skip to main content
15,891,745 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

How can i interchange the row of a pivot table in C# at run time. Example. If my pivote has
US    1000
UK    2000
NIG   3000

and i want the interchange to look like
NIG   3000
US    1000
UK    2000


How do i do this programmatically using Aspose or any other
Posted
Updated 25-Jul-13 5:08am
v2
Comments
Maciej Los 25-Jul-13 5:54am    
What you mean interchange? It looks like you need to sort data..
[no name] 25-Jul-13 11:56am    
What "interchange"? What pivot? This just looks like some sort of custom sorting.
Ganesan Senthilvel 25-Jul-13 21:19pm    
Your requirement looks like some form of custom sorting; not like interchange. Need more clarification on the problem statement

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900