Styling borders of cells does not work

I can´t get the styling of a cell to work:

 table := section.AddTable;
  for i := 0 to 3 do begin
    TableRow := table.AddRow;
    tableCell := TableRow.AddCell;
//    tableCell.Borders.Left.Color:='white';
    tableCell.Borders.Borders:= [];

Neither can I color the borders nor can I get them not to be drawn.

BTW: color is defined of type string - are there sopme predefinded constants of type string?

Thank you!

Hi,

We've noticed this issue on our end as well and have already fixed this.

This fix will be included in the latest update coming this week.

With kind regards,