XlsRangesCollection
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.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFormulaHidden { get; set; }
Public Property IsFormulaHidden As Boolean
Get
Set
public:
virtual property bool IsFormulaHidden {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsFormulaHidden : bool with get, set
override IsFormulaHidden : bool with get, set
Property Value
Type:
Boolean
Implements
IXLSRange
IsFormulaHidden
See Also