I grabbed this from an example on line...and it works fine.
headerCell.Interior.Color = &HFF00
I tried to replace the color with a Hex value and I get an error on the #
headerCell.Interior.Color = #B3B3B3
WHERE can I find a list of colors and values that I can use to represent them?
Is silverlight using Hex colors?
Thanks