FarPoint.Win.Spread
ReloadSheetCellRangeFormulaEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ReloadSheetCellRangeFormulaEventArgs Class


Represents the event data for the FormulaChanged event, which occurs when an object containing the sheet cell ranges notifies that formulas have been changed and the SheetCellRange needs to be updated.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ReloadSheetCellRangeFormulaEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ReloadSheetCellRangeFormulaEventArgs
C# 
public class ReloadSheetCellRangeFormulaEventArgs : EventArgs 

Inheritance Hierarchy

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

See Also