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

    Parameters

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