Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / FormulaChanged Event


In This Topic
    FormulaChanged Event (ExcelSparklineSetting)
    In This Topic
    Occurs when the formula is changed.
    Syntax
    'Declaration
     
    
    Public Event FormulaChanged As ReloadSheetCellRangeEventHandler
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim handler As ReloadSheetCellRangeEventHandler
     
    AddHandler instance.FormulaChanged, handler
    public 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