SpreadsheetGear 2017
Volatility Enumeration






SpreadsheetGear.CustomFunctions Namespace : Volatility Enumeration
Specifies the volatility of a custom function.
Syntax
'Declaration
 
Public Enum Volatility 
   Inherits System.Enum
'Usage
 
Dim instance As Volatility
public enum Volatility : System.Enum 
public enum Volatility = class(System.Enum)
public enum Volatility extends System.Enum
__value public enum Volatility : public System.Enum 
public enum class Volatility : public System.Enum 
Members
MemberDescription
InvariantSpecifies that a function always returns the same result for a given set of arguments.
VolatileEveryInstanceSpecifies a volatile function which must be recalculated for every instance.
VolatileEveryRecalcSpecifies a volatile function which must be recalculated at least once every time the workbook set is recalculated or different arguments are passed to it.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.CustomFunctions.Volatility

Requirements

Target Platforms: 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

Reference

SpreadsheetGear.CustomFunctions Namespace