VB Code:
  1. e.Row.Cells(5).BackColor = Drawing.Color.Red
how can i set that to a html color code, i tried the obvious
VB Code:
  1. e.Row.Cells(5).BackColor = "#ffcbcb"
but this throws up an error