Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / IsTrackingVisualChange Method


In This Topic
    IsTrackingVisualChange Method
    In This Topic
    Gets a boolean value indicating whether the visual change should notify the calculation engine.
    Syntax
    'Declaration
     
    
    Public Function IsTrackingVisualChange() As Boolean
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As Boolean
     
    value = instance.IsTrackingVisualChange()
    public bool IsTrackingVisualChange()

    Return Value

    true if the visual change should notify the calculation engine; otherwise, false.
    See Also