Version

UltraCalcFunctionSum Class

Adds a series of numbers to obtain a total amount.
Syntax
'Declaration
 
Public Class UltraCalcFunctionSum 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionSum : BuiltInFunctionBase 
Remarks

SUM(value1,value2,...)

Value1, value2, ... are references for which you want to find the total value. Text representations of numbers and literal numeric constants that you specify in the list of arguments will be included in the sum. If value is a column or vector reference then the sum will be taken of all cells or values contained by the reference. Any error values in the argument list, or text that is not convertible to a numeric value, will produce an error.

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