[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.ArgumentType

ArgumentType Enum

Represents the type of an argument.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public enum ArgumentType
Public Enum ArgumentType

Fields

Name Description
Calculation

Represents the calculation of a function.

Value

Represents the value argument.

Variable

Represents the variable argument.

VariableCalculation

Represetns the calculation of a variable argument.