MS Flex Grid using VC++ Merge Cells not working...
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using MS Flexgrid 6.0 in my MFC VC++ application. Trying to merge cells when the adjacent cells having same value. Input: ------------------ Col1 Col2 Col3 ------------------ ABC BBC CCD BBV BBV DDC CCD CCD RRD And need the Outcome as; ------------------ Col1 Col2 Col3 ------------------ ABC BBC CCD BBV DDC CCD RRD From above 2nd and 3rd row the adjacent cells having the same value(BBV and CCD) and its merged. I tried with m_Grid.SetmergeCells(4) but its not working. How to acheive? Any sample code.. Reg, Palav.