Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MergeVertically not working on Rows[0].Cells[0] #238

Open
chen39636 opened this issue Jul 26, 2024 · 1 comment
Open

MergeVertically not working on Rows[0].Cells[0] #238

chen39636 opened this issue Jul 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chen39636
Copy link

I want to merge the cells vertically at Rows[0].Cells[0] and Rows[1].Cells[0], but when calling the following, nothing happens, the cells are not merged.
table.Rows[0].Cells[0].MergeVertically(1);

I was able to merge the cells vertically at Rows[1].Cells[0] and Rows[2].Cells[0] without problem. The following works fine.
table.Rows[1].Cells[0].MergeVertically(1);

So issue seems to be with Rows[0].Cells[0]

@PrzemyslawKlys
Copy link
Member

Probably a bug that needs addressing

@PrzemyslawKlys PrzemyslawKlys added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants