I have a datagrid which has some logic to color the cells and I got it colored. Now the problem for me is I want to write this to an EXCEL and while doing so I want to keep the cell color as well.
So my question is how do I get a datagrid cell backcolor/forecolor? I tried using TableStyle(0).GridColumnStyles but I could not find a property which gives the color of a particular cell on a particular row.
Any help or link would be nice.
So my question is how do I get a datagrid cell backcolor/forecolor? I tried using TableStyle(0).GridColumnStyles but I could not find a property which gives the color of a particular cell on a particular row.
Any help or link would be nice.