Skip to Content
0
Former Member
Jul 19, 2008 at 07:27 AM

Setting row fill color using script

98 Views

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