Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / TriggerVolatileCells Method / TriggerVolatileCells() Method


In This Topic
    TriggerVolatileCells() Method
    In This Topic
    This function will notify all cells, which contains volatile functions or belong to a circuit, to recalculate.
    Syntax
    'Declaration
     
    
    Public Overloads Function TriggerVolatileCells() As Boolean
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As Boolean
     
    value = instance.TriggerVolatileCells()
    public bool TriggerVolatileCells()

    Return Value

    TRUE if there is any volatile cells.
    See Also