Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Parameter Class / Parameter Constructor / Parameter Constructor(String,String,FunctionValueType,Object)
The name of the parameter.
The description of the parameter.
The value type of the parameter.
The default value of the parameter.
In This Topic
    Parameter Constructor(String,String,FunctionValueType,Object)
    In This Topic
    Initializes an instance of a parameter.
    Syntax
    public Parameter( 
       java.lang.String name,
       java.lang.String description,
       FunctionValueType valueType,
       java.lang.Object defaultValue
    )

    Parameters

    name
    The name of the parameter.
    description
    The description of the parameter.
    valueType
    The value type of the parameter.
    defaultValue
    The default value of the parameter.
    See Also