How do I set the color of something on the backend when all I know is the Hex Code? The color is #7076B5.
I can see tblrw1.BackColor = Color.?
options I can see are fromName, fromArgb, fromknownColor. I think that fromArgb is the closest to what I want but I'm not sure.
Thanks in Advance!
Kimberly
I can see tblrw1.BackColor = Color.?
options I can see are fromName, fromArgb, fromknownColor. I think that fromArgb is the closest to what I want but I'm not sure.
Thanks in Advance!
Kimberly