Hidden Property

Returns or sets whether a column is hidden.

Syntax

Public Property Hidden As Boolean

Applies To

Column Object

Data Type

Boolean

Remarks

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.