I have a single cell table with no borders.
I have added a line -
tbl.SetBorders(LineStyle.None, 0, System.Drawing.Color.White);
to try to get the borders on the table to clear.
I added rows, and rows had borders.
I need to work out how to remove the default borders, while still being able to add the borders to cells as needed. (So clear borders wouldn’t work)AsposeTest.zip (23.3 KB)