This particular column is called the row header . Its purpose is to allow the user to select the entire row with one click and indicate which row is currently selected.
You can hide it by setting the control RowHeadersVisible
propertyDataGridView
to False.
source
share