Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISheetCellRangeSupport Interface / ReLoadFormula Method
The spread.
The sheetview that contains the sparkline.


In This Topic
ReLoadFormula Method (ISheetCellRangeSupport)
In This Topic
Reevaluates the formula.
Syntax
'Declaration
 
Sub ReLoadFormula( _
   ByVal spread As FpSpread, _
   ByVal ownerSheetView As SheetView _
) 
 
'Usage
 
Dim instance As ISheetCellRangeSupport
Dim spread As FpSpread
Dim ownerSheetView As SheetView
 
instance.ReLoadFormula(spread, ownerSheetView)

Parameters

spread
The spread.
ownerSheetView
The sheetview that contains the sparkline.
See Also