Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to set font color of specific cell that contains some data like if data contains in 1 cell as "AAAA" then its font color should change to green, and if in next row cell "BBBB" then its color should be "Yellow". I Have passed data to datagridview to excel.

Below is the code which I had tried, but I don't know what code should be given inside flower braces.

C#
 if (datagrid.Rows[i].Cells[j].Value.ToString() == "AAAA")
{

??

}



Please help me
Posted
Updated 15-Jul-13 0:47am
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900