I'm using a data-grid-view Is there any way which I can delete lines from columns but only in a specific row?
I found this:
dataGridView1.CellBorderStyle = DataGridViewCellBorderStyle.SingleHorizontal;
but it deletes lines from all columns.
I'm using a data-grid-view Is there any way which I can delete lines from columns but only in a specific row?
I found this:
dataGridView1.CellBorderStyle = DataGridViewCellBorderStyle.SingleHorizontal;
but it deletes lines from all columns.