Click here to Skip to main content
16,004,782 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi guys!!!

i have create windows application.

i have data like this:

Sno  | Name  |  Bill
1      abdc     10
2      xyz      10 
3      pqr      10
4      abdc     20
5      xyz      20 
6      pqr      20

now, i want to merge last cell of Bill Column

i want data like this:
Sno  | Name  |  Bill
1      abdc   
2      xyz      10 
3      pqr    
4      abdc   
5      xyz      20 
6      pqr    



Please help me to solve this problem.

Thank you in advance.
Posted
Updated 30-Nov-13 3:39am
v3
Comments
Dave Kreskowiak 30-Nov-13 9:23am    
You haven't said anything about what control you're using or if this is in Excel or what...
OriginalGriff 30-Nov-13 9:38am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
You need to tell us what control you are using, how you have tried to use it, and so forth!
Use the "Improve question" widget to edit your question and provide better information.
[no name] 30-Nov-13 9:43am    
does anybody have a clue what he is talking about?
Karthik_Mahalingam 30-Nov-13 10:17am    
i guess he is telling to display that format in datagridview..
Member 9444634 2-Dec-13 7:37am    
sorry for let repply,

I have use datagrid view control

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