TriggerVolatileCells Method (FpSpread)
This function will notify all cells, which contains volatile functions or belong to a circuit, to recalculate.
public bool TriggerVolatileCells()
'Declaration
Public Function TriggerVolatileCells() As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
value = instance.TriggerVolatileCells()
Return Value
TRUE if there is any volatile cells.