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

    Parameters

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