Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Parameter Class / Parameter Constructor / Parameter Constructor(String,String,FunctionValueType,Object,boolean)
The description of the parameter.
The value type of the parameter.
The default value of the parameter.
If this parameter can accept reference.
In This Topic
    Parameter Constructor(String,String,FunctionValueType,Object,boolean)
    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,
       boolean acceptReference
    )

    Parameters

    name
    description
    The description of the parameter.
    valueType
    The value type of the parameter.
    defaultValue
    The default value of the parameter.
    acceptReference
    If this parameter can accept reference.
    See Also