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
Data type
boolean
Syntax
public boolean isHidden() public void setHidden(boolean hidden)
See examples