Posted 14 January 2020, 2:25 am EST - Updated 30 September 2022, 12:04 pm EST
I am using spread-com product in c++
I would like to merge the row based on similar cell value, but it not working for me
I am using Farpoint spread 8.0 version
m_grigCtrl.SetRow(2);
m_grigCtrl.SetRow(3);
m_grigCtrl.SetRowMerge(CFpspread1::MergeAlways);
please tell me what is wrong in the above code?
Thanks,