Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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,
       System.object defaultValue,
       System.bool 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