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; }
Public ReadOnly Property HasFormula As Boolean
Get
public:
virtual property bool HasFormula {
bool get () sealed;
}
abstract HasFormula : bool with get
override HasFormula : bool with get
Property Value
Type:
Boolean
Implements
IXLSRange
HasFormula
See Also