Version

ConvertToUltraCalcValue Method

Converts a value to be used as a source to a formula evaluation to an UltraCalcValue.
Syntax
'Declaration
 
Function ConvertToUltraCalcValue( _
   ByVal value As Object, _
   ByVal context As Object _
) As UltraCalcValue
UltraCalcValue ConvertToUltraCalcValue( 
   object value,
   object context
)

Parameters

value
The source value.
context
This is the object that the formula being evaluated references. For example, a cell or a summary.
Requirements

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