Friday, March 16, 2012

Make a color with RGB value

How can we make a color with a RGB value instead of something like:
row,BackColor = Color.LightPink
Thanks.

Hey,

Try Color.FromArgB, there is an overload that has RGB available.


Have you tried something like row.backcolor = rgb(###, ###, ###)?
smtraber

0 comments:

Post a Comment