Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ReloadSheetCellRangeFormulaEventArgs Class
Members


In This Topic
    ReloadSheetCellRangeFormulaEventArgs Class
    In This Topic
    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
    public class ReloadSheetCellRangeFormulaEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also