Spread Windows Forms 12.0 Product Documentation
TriggerVolatileCells Method (FpSpread)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : TriggerVolatileCells Method
This function will notify all cells, which contains volatile functions or belong to a circuit, to recalculate.
Syntax
'Declaration
 
Public Function TriggerVolatileCells() As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
value = instance.TriggerVolatileCells()
public bool TriggerVolatileCells()

Return Value

TRUE if there is any volatile cells.
See Also

Reference

FpSpread Class
FpSpread Members