Hidden property

True means that the range is hidden from the user. This property only takes effect after calling the Protect method of the Sheet class, when the current sheet is not modifiable from UI.

Defined in

Range

Data type

boolean

Syntax

public boolean isHidden()
public void setHidden(boolean hidden)

See examples

Example: Hidden property