Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellProtection Structure / FormulaHidden Property


In This Topic
    FormulaHidden Property
    In This Topic
    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