Click or drag to resize

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 Value

Type: Boolean
See Also