Article Details
Id:15327
Product:finPOWER Connect
Type:FIX
Version:3.01.04
Opened:01/06/2018
Closed:01/06/2018
Released:25/06/2018
Job: J020849

Word Documents; ISSummaryTableRow.WordDocumentOptions.SetBordersCell not working

In a Word Document, setting the borders for a ISSummaryTable row did not work.

Specifically, using SummaryTable.Rows(n).WordDocumentOptions.SetBordersCell was not working - the border style was not getting updated and therefore was ignored.

This method can still be used, the border is now set to a single line.

However, the new SummaryTable.Rows(n).WordDocumentOptions.SetBorders function is the preferred method for setting borders for a row. This includes an optional "style" property.