Reputation: 4680
How do you remove this:
Upvotes: 1
Views: 160
Reputation: 17081
If that is a Windows Forms DataGridView in .Net, then you can hide that column by setting RowHeadersVisible to false, either in the Properties window or at runtime.
Upvotes: 2