N
Nathan Franklin
Hey list,
I am trying to set a border for a couple of rows in my table
My table has 4 columns and x rows....
the code below will only yield a a border on the bottom row of the table....
how can is et particular border for particular rows....
so far I have tried this
WordRow.Cells.Item(1).Range.Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle
= Word.WdLineStyle.wdLineStyleSingle
WordRow.Cells.Item(1).Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle
= Word.WdLineStyle.wdLineStyleSingle
WordRow.Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle =
Word.WdLineStyle.wdLineStyleSingle
WordRow.Range.Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle =
Word.WdLineStyle.wdLineStyleSingle
I have also set the BorderWidth Property and visible property and color
property...
When I open up my document there is only a border on the bottom table row..
any help would be appreciated thanks...
nath
I am trying to set a border for a couple of rows in my table
My table has 4 columns and x rows....
the code below will only yield a a border on the bottom row of the table....
how can is et particular border for particular rows....
so far I have tried this
WordRow.Cells.Item(1).Range.Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle
= Word.WdLineStyle.wdLineStyleSingle
WordRow.Cells.Item(1).Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle
= Word.WdLineStyle.wdLineStyleSingle
WordRow.Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle =
Word.WdLineStyle.wdLineStyleSingle
WordRow.Range.Borders.Item(Word.WdBorderType.wdBorderBottom).LineStyle =
Word.WdLineStyle.wdLineStyleSingle
I have also set the BorderWidth Property and visible property and color
property...
When I open up my document there is only a border on the bottom table row..
any help would be appreciated thanks...
nath