Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ReloadSheetCellRangeFormulaEventArgs Class
Members


ReloadSheetCellRangeFormulaEventArgs Class
Represents the event data for the FormulaChanged event, which occurs when an object that contains the sheet cell ranges notifies that formulas have been changed and that the SheetCellRange needs to be updated.
Syntax
'Declaration
 
Public Class ReloadSheetCellRangeFormulaEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As ReloadSheetCellRangeFormulaEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ReloadSheetCellRangeFormulaEventArgs

See Also