Version

UltraCalcFunctionInfo Class

Returns information about the current operating environment.
Syntax
'Declaration
 
Public Class UltraCalcFunctionInfo 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionInfo : BuiltInFunctionBase 
Remarks

INFO(type)
Type is a string indicating the type of information to return.
"directory" = The full path to the current folder. "osversion" = The currently operating system version as a string. "system" = The name of the operating system - "pcdos" for Windows or "mac" for Macintosh.
The following are supported by Microsoft Excel, but have no correlation in UltraCalcManager: "numfile", "origin", "recalc", "release".
The following are supported in older versions of Excel, but not Office2007, and have no correlation in UltraCalcManager: "memavail", "memused", "totmem".

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