'Declaration <FlagsAttribute()> Public Enum FunctionSettings Inherits System.Enum
'Usage Dim instance As FunctionSettings
[Flags()] public enum FunctionSettings : System.Enum
'Declaration <FlagsAttribute()> Public Enum FunctionSettings Inherits System.Enum
'Usage Dim instance As FunctionSettings
[Flags()] public enum FunctionSettings : System.Enum
Member | Description |
---|---|
AnyArguments | The total number of arguments can be any |
EvenArguments | The total number of arguments is even |
Hidden | The function is hidden. It should not be used directly in the formula. |
Obsoleted | The function is obsoleted. It can be used to calculate but not available in UI. |
OddArguments | The total number of arguments is odd |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.FunctionSettings