IsFormulaChanging Property
Gets a value that indicates whether this instance is due to a formula changing.
public bool IsFormulaChanging {get;}
'Declaration
Public ReadOnly Property IsFormulaChanging As Boolean
'Usage
Dim instance As SpreadView
Dim value As Boolean
value = instance.IsFormulaChanging
Property Value
true
if this instance is due to a formula changing; otherwise,
false
.