Click or drag to resize

AddtionalFormatWrapper FormulaHidden Property

Gets or sets whether the formula is hidden.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool FormulaHidden { get; set; }

Return Value

Type: Boolean
true if the formula is hidden; otherwise, false.

Implements

IExtendedFormat FormulaHidden
See Also