JohnEOasis
Programmer
I have a ListView that is built dynamically and need to hide the last column. Is there a way to do this? I am using Excel 2007.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set the ColumnWidths value to zero
myListView.ColumnHeaders(0).Width = 0