Click or drag to resize

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; }

Property Value

Type: Boolean

Implements

IXLSRange IsFormulaHidden
See Also