'Declaration
Public Enum Volatility Inherits System.Enum
'Usage
Dim instance As Volatility
public enum Volatility : System.Enum
'Declaration
Public Enum Volatility Inherits System.Enum
'Usage
Dim instance As Volatility
public enum Volatility : System.Enum
Member | Description |
---|---|
Invariant | Specifies that a function always returns the same result for a given set of arguments. |
VolatileEveryInstance | Specifies a volatile function which must be recalculated for every instance. |
VolatileEveryRecalc | Specifies a volatile function which must be recalculated at least once every time the workbook set is recalculated or different arguments are passed to it. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.CustomFunctions.Volatility
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