Returns or sets whether a row is hidden.
Public Property Hidden As Boolean
Row Object
Boolean
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.