I want to assign a color to my excel column
currentRow.Interior.ColorIndex = 17; But I don't want to use one of the colors in the excel palette I do I add my own color. for instances:
currentRow.Interior.Color = Color.LightBlue; Thanks for the help