IsTrackingVisualChange Method
Gets a boolean value indicating whether the visual change should notify the calculation engine.
public bool IsTrackingVisualChange()
'Declaration
Public Function IsTrackingVisualChange() As Boolean
'Usage
Dim instance As CalculationEngine
Dim value As Boolean
value = instance.IsTrackingVisualChange()
Return Value
true
if the visual change should notify the calculation engine; otherwise, false
.