ReoGrid icon indicating copy to clipboard operation
ReoGrid copied to clipboard

Unmerge don't work

Open seghier opened this issue 3 years ago • 2 comments

Hi I create a windows form and use merge cells , this work fine but unmerge the range don't work This work fine in the demo editor but not in winform

seghier avatar Mar 07 '22 07:03 seghier

Please post your code or more details to get helps.

jingwood avatar Mar 07 '22 22:03 jingwood

Hi jingwood I solve the problem , before i used an example from the website which work only with merge but than i use:

position = unvell.ReoGrid.RangePosition()
self.sheet.UnmergeRange(position)

And hat's work fine

seghier avatar Mar 08 '22 02:03 seghier