[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FunctionSettings

FunctionSettings Enum

Represents settings of the function.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
[Flags]
public enum FunctionSettings : byte
<Flags>
Public Enum FunctionSettings As Byte

Fields

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