[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ExcelSparklineGroup.ReLoadFormula

ReLoadFormula Method

ReLoadFormula(FpSpread, SheetView)

Reevaluates the formula which depends on the spread.

Declaration
public void ReLoadFormula(FpSpread spread, SheetView ownerSheetView)
Public Sub ReLoadFormula(spread As FpSpread, ownerSheetView As SheetView)
Parameters
Type Name Description
FpSpread spread

The spread.

SheetView ownerSheetView

The sheetview that contains the sparkline.

Implements