GemBox.Spreadsheet

CellStyle.FormulaHidden Property

Gets or sets whether the formula is hidden in the formula bar when the cell is selected.

public bool FormulaHidden {get; set;}

Remarks

This property has meaning only if ExcelFile.Protected is set to true. For more information consult Microsoft Excel documentation.

Default value for this property is false.

See Also

CellStyle Class | GemBox.Spreadsheet Namespace | ExcelFile.Protected