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

    Parameters

    valueType
    The value type of the parameter.
    acceptReference
    If this parameter can accept reference.
    acceptCustomObjects
    Accepts custom objects if value type is @code:FunctionValueType.Object.
    See Also