Version

AddFormula Method

Adds the specified formula to the calculation network. This method takes no action if the formula has already been added to the calculcation network. Also it throws an exception if the formula contains a syntax error. However if it contains a reference error, it still adds the formula to the calculation network. This method throws an exception if the formula was compiled using a different IUltraCalcManager.
Syntax
'Declaration
 
Sub AddFormula( _
   ByVal formula As IUltraCalcFormula _
) 
void AddFormula( 
   IUltraCalcFormula formula
)

Parameters

formula
The IUltraCalcFormula to add to the calculation network.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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