Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ReloadSheetCellRangeFormulaEventArgs Class / ReloadSheetCellRangeFormulaEventArgs Constructor
The sheet cell range container.


In This Topic
ReloadSheetCellRangeFormulaEventArgs Constructor
In This Topic
Initializes a new instance of the ReloadSheetCellRangeFormulaEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetCellRangeContainer As ISheetCellRangeSupport _
)
 
'Usage
 
Dim sheetCellRangeContainer As ISheetCellRangeSupport
 
Dim instance As New ReloadSheetCellRangeFormulaEventArgs(sheetCellRangeContainer)

Parameters

sheetCellRangeContainer
The sheet cell range container.
See Also