FormulaHidden property

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

Defined in

Range

Data type

boolean

Syntax

public boolean isFormulaHidden() 
public void setFormulaHidden(boolean hidden) 

See examples

Example: FormulaHidden property