Hi,
How can I set a table row fill color using Javascript?
I did it with table cells, using the fillColor attribute, but it doesn't work for table rows.
I've also tried
Table.Row1.border.fill.color.value = "10,10,10"; (for example)
and it didn't work too.
So how can I set the row's color?
Thanks, Udi