Article Details
Id:15663
Product:finPOWER Connect
Type:FIX
Version:3.01.08
Opened:13/07/2018
Closed:05/11/2018
Released:13/12/2018
Job: J021013
Breaking Change

Word Documents; Summary Table row height/ padding not applied as expected

In a Word Document, the height of a Summary Table Row may not be as expected.

In earlier versions of finPOWER Connect the following code would work as expected and produce a very short row:

With .AddCaptionText(" ", " ")
  .WordDocumentOptions.CellPadding = 1
  .WordDocumentOptions.FontSize = 1
End With

However, at some point this was broken and it would add a normal height row.

Note, this is flagged as a breaking change as it may affect existing Word Documents.