How to draw double line border for a Cell
Hello All,
I have been spent hours and hours to find find out if I can draw a double line border for a cell of a table like below
table.cell(row, column).border(1).style = 'double'.
table.cell(row, column).border(2).style = 'double'.
table.cell(row, column).border(3).style = 'double'.
table.cell(row, column).border(4).style = 'double'.
but I have not have have any luck?
Your help would be grealty appreciated
Hung Pham
|