[]
Represents settings of the function.
[Flags]
public enum FunctionSettings : byte
<Flags>
Public Enum FunctionSettings As Byte
| Name | 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 |