Version

UltraCalcFunctionType Class

Returns the underlying UltraCalc data type for the specified value.
Syntax
'Declaration
 
Public Class UltraCalcFunctionType 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionType : BuiltInFunctionBase 
Remarks

TYPE( value)

Value is an UltraCalcValue object or the result of evaluating an UltraCalc expression.

UltraCalc data type: TYPE function returns:
Number 1
Text 2
Boolean 4
Error 16

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