Hidden Property

Returns or sets whether a row is hidden.

Syntax

Public Property Hidden As Boolean

Applies To

Row Object

Data Type

Boolean

Remarks

Use the Hidden property to hide and display rows. This is a better approach than setting the row's Height property to zero, because it allows you to display the row later with its original height.