Spread Windows Forms 10.0 Product Documentation
SetFormula Method (IExpressionConsumer)


The index of the formula.
The setting formula
Sets the formula of the object at the specified index.
Syntax
'Declaration
 
Sub SetFormula( _
   ByVal index As Integer, _
   ByVal formula As String _
) 
'Usage
 
Dim instance As IExpressionConsumer
Dim index As Integer
Dim formula As String
 
instance.SetFormula(index, formula)
void SetFormula( 
   int index,
   string formula
)

Parameters

index
The index of the formula.
formula
The setting formula
Remarks
This method is intented to be used when it is necessary to change the formula at the specified index of the IExpressionConsumer
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

IExpressionConsumer Interface
IExpressionConsumer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.