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

    Parameters

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