Spread Windows Forms 6.0 Product Documentation
ReLoadFormula Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ISheetCellRangeSupport Interface : ReLoadFormula Method


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

Glossary Item Box

Reevaluates the formula.

Syntax

Visual Basic (Declaration) 
Sub ReLoadFormula( _
   ByVal spread As FpSpread, _
   ByVal ownerSheetView As SheetView _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISheetCellRangeSupport
Dim spread As FpSpread
Dim ownerSheetView As SheetView
 
instance.ReLoadFormula(spread, ownerSheetView)
C# 
void ReLoadFormula( 
   FpSpread spread,
   SheetView ownerSheetView
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.