Spread Windows Forms 12.0 Product Documentation
FormulaChanged Event (ISheetCellRangeSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ISheetCellRangeSupport Interface : FormulaChanged Event
Occurs when the formula is changed.
Syntax
'Declaration
 
Event FormulaChanged As ReloadSheetCellRangeEventHandler
'Usage
 
Dim instance As ISheetCellRangeSupport
Dim handler As ReloadSheetCellRangeEventHandler
 
AddHandler instance.FormulaChanged, handler
event ReloadSheetCellRangeEventHandler FormulaChanged
Event Data

The event handler receives an argument of type ReloadSheetCellRangeFormulaEventArgs containing data related to this event. The following ReloadSheetCellRangeFormulaEventArgs properties provide information specific to this event.

PropertyDescription
Gets the sheet cell range container.  
See Also