Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineGroup Class / ReLoadFormula Method
The spread.
The sheetview that contains the sparkline.
Example


In This Topic
    ReLoadFormula Method (ExcelSparklineGroup)
    In This Topic
    Reevaluates the formula which depends on the spread.
    Syntax
    'Declaration
     
    
    Public Sub ReLoadFormula( _
       ByVal spread As FpSpread, _
       ByVal ownerSheetView As SheetView _
    ) 
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    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.
    Example
    This example creates sparklines.
    See Also