Spread Windows Forms 12.0 Product Documentation
FormulaHidden Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellProtection Structure : FormulaHidden Property
Gets or sets a value indicating whether the cell formula is hidden.
Syntax
'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.
See Also

Reference

CellProtection Structure
CellProtection Members