IXLSRange
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ReadOnly Property HasFormula As Boolean
Get
property bool HasFormula {
bool get ();
}
abstract HasFormula : bool with get
Property Value
Type:
Boolean
See Also