| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static FunctionValueType |
FunctionValueType.forValue(int value) |
static FunctionValueType |
FunctionValueType.forValue(int value) |
FunctionValueType |
Parameter.getValueType()
Gets the value type of the parameter;
|
FunctionValueType |
Parameter.getValueType()
Gets the value type of the parameter;
|
static FunctionValueType |
FunctionValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionValueType |
FunctionValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionValueType[] |
FunctionValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static FunctionValueType[] |
FunctionValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CustomFunction(java.lang.String name,
FunctionValueType result)
Initializes an instance of a custom function.
|
CustomFunction(java.lang.String name,
FunctionValueType result)
Initializes an instance of a custom function.
|
CustomFunction(java.lang.String name,
FunctionValueType result,
Parameter[] parameters)
Initializes an instance of a custom function.
|
CustomFunction(java.lang.String name,
FunctionValueType result,
Parameter[] parameters)
Initializes an instance of a custom function.
|
CustomFunction(java.lang.String name,
java.lang.String description,
FunctionValueType result,
Parameter[] parameters)
Initializes an instance of a custom function.
|
CustomFunction(java.lang.String name,
java.lang.String description,
FunctionValueType result,
Parameter[] parameters)
Initializes an instance of a custom function.
|
Parameter(FunctionValueType valueType)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
boolean acceptReference)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
boolean acceptReference)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
boolean acceptReference,
boolean acceptCustomObjects)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
boolean acceptReference,
boolean acceptCustomObjects)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
java.lang.Object defaultValue)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
java.lang.Object defaultValue)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
java.lang.Object defaultValue,
boolean acceptReference)
Initializes an instance of a parameter.
|
Parameter(FunctionValueType valueType,
java.lang.Object defaultValue,
boolean acceptReference)
Initializes an instance of a parameter.
|
Parameter(java.lang.String name,
java.lang.String description,
FunctionValueType valueType,
java.lang.Object defaultValue)
Initializes an instance of a parameter.
|
Parameter(java.lang.String name,
java.lang.String description,
FunctionValueType valueType,
java.lang.Object defaultValue)
Initializes an instance of a parameter.
|
Parameter(java.lang.String name,
java.lang.String description,
FunctionValueType valueType,
java.lang.Object defaultValue,
boolean acceptReference)
Initializes an instance of a parameter.
|
Parameter(java.lang.String name,
java.lang.String description,
FunctionValueType valueType,
java.lang.Object defaultValue,
boolean acceptReference)
Initializes an instance of a parameter.
|
Parameter(java.lang.String name,
java.lang.String description,
FunctionValueType valueType,
java.lang.Object defaultValue,
boolean acceptReference,
boolean acceptCustomObjects)
Initializes an instance of a parameter.
|
Parameter(java.lang.String name,
java.lang.String description,
FunctionValueType valueType,
java.lang.Object defaultValue,
boolean acceptReference,
boolean acceptCustomObjects)
Initializes an instance of a parameter.
|