'Declaration
Public Enum ArgumentType Inherits System.Enum
'Usage
Dim instance As ArgumentType
public enum ArgumentType : System.Enum
'Declaration
Public Enum ArgumentType Inherits System.Enum
'Usage
Dim instance As ArgumentType
public enum ArgumentType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.ArgumentType