capiono 0 Newbie Poster

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.