I have written code that results for only 1st row. I want to apply all rows. Please help me.
private void specialFont()
{
using (Font font = new Font(
"Arial", 9, FontStyle.Bold))
{
dataGridView1AP.Rows[0].Cells[3].Style.Font = font;
}
}
Raja TPosted Aug 16, 2017, 3:06 AM
Malvik BhavsarPosted Aug 16, 2017, 12:47 AM