how to merge cells using msFlexgrid..
-
Hi, How to merge cells using msflexgrid vc++ application. Trying to merge two adjacent cells when they are having same value. m_Grid.SetMergeCells(1) is not working. Any idea?
-
Hi, How to merge cells using msflexgrid vc++ application. Trying to merge two adjacent cells when they are having same value. m_Grid.SetMergeCells(1) is not working. Any idea?
Check this - http://www.codeguru.com/forum/archive/index.php/t-328742.html[^]
«_Superman_» _I love work. It gives me something to do between weekends.
-
Check this - http://www.codeguru.com/forum/archive/index.php/t-328742.html[^]
«_Superman_» _I love work. It gives me something to do between weekends.
Thanks for your reply. But the link explains the merging entire row values and i need to merge only the 2 adjacent cells not entire row. Please advice.