Hi All,
I have this code below which works well. I'm trying to modify the code so it only bolds the value, and not change the font to "Arial" or the size.
if (cellVal > 0 && e.ColumnIndex > 15 && e.ColumnIndex < 27)
{ row.Cells[e.ColumnIndex].Style.BackColor =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.