'Declaration
Public Property FormulaHidden As Boolean
'Usage
Dim instance As CellProtection Dim value As Boolean instance.FormulaHidden = value value = instance.FormulaHidden
public bool FormulaHidden {get; set;}
Property Value
true
if the cell formula is hidden; otherwise, false
.