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