Hide border between cells

I’m working with tables and need to color cells in various ways. Because Aspose cannot split cells, I will have to start with many tiny cells and merge them into larger ones. The merge process takes care of the borders, but I may need to have two adjacent cells that are different colors (and thus cannot be merged) but with no lines between them. I’ve looked at the CellBorder class and it has nothing that can help me. MOF, when I tried to use its iterator (just to see what was returned), I got an infinite loop. How do I control borders between cells on an individual basis?

Never mind…seems to be working now.