Hello,
I just want to format the borders of some cells, in an unbound dataGridView.
I found dataGridView1.Rows[1].Cells[2].AdjustCellBorderStyle( , , , ) method but i encounter difficulties with some parameters.
Is it possible to change the color borders of specified cells ?
Thank you.
I just want to format the borders of some cells, in an unbound dataGridView.
I found dataGridView1.Rows[1].Cells[2].AdjustCellBorderStyle( , , , ) method but i encounter difficulties with some parameters.
Is it possible to change the color borders of specified cells ?
Thank you.