IXLSRange
IsFormulaHidden Property
|
True if the formula will be hidden when the worksheet is protected.
False if at least part of formula in the range is not hidden.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsFormulaHidden { get; set; }
Property IsFormulaHidden As Boolean
Get
Set
property bool IsFormulaHidden {
bool get ();
void set (bool value);
}
abstract IsFormulaHidden : bool with get, set
Property Value
Type:
Boolean
See Also