Spread Windows Forms 6.0 Product Documentation
SetFormula Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormulaProvider Class : SetFormula Method


control
Control that contains this formula
formulaExpression
Formula expression

Glossary Item Box

Sets the formula for the specified control.

Syntax

Visual Basic (Declaration) 
Public Sub SetFormula( _
   ByVal control As Control, _
   ByVal formulaExpression As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As FormulaProvider
Dim control As Control
Dim formulaExpression As String
 
instance.SetFormula(control, formulaExpression)
C# 
public void SetFormula( 
   Control control,
   string formulaExpression
)

Parameters

control
Control that contains this formula
formulaExpression
Formula expression

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.