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

    Parameters

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