View Single Post
 
Old 10-21-2014, 12:15 PM
phamh phamh is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Oct 2014
Posts: 13
phamh is on a distinguished road
Default 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
Reply With Quote