I'm creating a Visual Basic program in VS2010. I'm using a DataGridView to display a .csv, but I don't want to show the left column, it's ugly.
Is there any form to hide it?
Try setting the RowHeadersVisible
property of your DataGridView to False.
Yes you can do it, setting the RowHeadersVisible property of your DataGridView to False
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With