Returns or sets whether a column is hidden.
Public Property Hidden As Boolean
Column Object
Boolean
Use the Hidden property to hide and display columns. This is a better approach than setting the column's Width property to zero, because it allows you to display the column later with its original width.