Click or drag to resize

XlsRangesCollection HasFormula Property

True if all cells in the range contain formulas; False if at least one of the cells in the range doesn't contain a formula. Read-only Boolean.

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 HasFormula { get; }

Property Value

Type: Boolean

Implements

IXLSRange HasFormula
See Also