ExcelCellProtectionHiddenFormula Property
            A flag indicating if the formula is hidden when the worksheet is protected. This property is applied only when the worksheet is protected. 
            
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
public bool HiddenFormula { get; set; }
Public Property HiddenFormula As Boolean
	Get
	Set
public:
property bool HiddenFormula {
	bool get ();
	void set (bool value);
}
member HiddenFormula : bool with get, set
Property Value
Boolean