how can i set that to a html color code, i tried the obviousVB Code:
e.Row.Cells(5).BackColor = Drawing.Color.Red
but this throws up an errorVB Code:
e.Row.Cells(5).BackColor = "#ffcbcb"
Printable View
how can i set that to a html color code, i tried the obviousVB Code:
e.Row.Cells(5).BackColor = Drawing.Color.Red
but this throws up an errorVB Code:
e.Row.Cells(5).BackColor = "#ffcbcb"
ColorTranslator.FromHtml()
You can pass it your hex color string.
thanks
You must spread some Reputation around before giving it to mendhak again. :confused:
They're asking you to be fruit fly and multiply.