Spread Windows Forms 12.0 Product Documentation
ReLoadFormula Method (ExcelSparkline)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ExcelSparkline Class : ReLoadFormula Method
The spread.
The sheetview that contains the sparkline.
Reevaluates the formula.
Syntax
'Declaration
 
Public Sub ReLoadFormula( _
   ByVal spread As FpSpread, _
   ByVal ownerSheetView As SheetView _
) 
'Usage
 
Dim instance As ExcelSparkline
Dim spread As FpSpread
Dim ownerSheetView As SheetView
 
instance.ReLoadFormula(spread, ownerSheetView)
public void ReLoadFormula( 
   FpSpread spread,
   SheetView ownerSheetView
)

Parameters

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

Reference

ExcelSparkline Class
ExcelSparkline Members