S
snow
Hi,
I want to delete a specified column in a datagridview, but it doesn't
work. This is my code:
datagridview1.Columns.Remove(columnName)
Column columnName is not deleted, instead, it is moved to the last
column. Why?
Thanks for the help!
I want to delete a specified column in a datagridview, but it doesn't
work. This is my code:
datagridview1.Columns.Remove(columnName)
Column columnName is not deleted, instead, it is moved to the last
column. Why?
Thanks for the help!