[]
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.
public class ReloadSheetCellRangeFormulaEventArgs : EventArgs
Public Class ReloadSheetCellRangeFormulaEventArgs
Inherits EventArgs
Name | Description |
---|---|
ReloadSheetCellRangeFormulaEventArgs(ISheetCellRangeSupport) | Initializes a new instance of the ReloadSheetCellRangeFormulaEventArgs class. |
Name | Description |
---|---|
SheetCellRangeContainer | Gets the sheet cell range container. |