Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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 FunctionValueType.Object.
In This Topic
    Parameter Constructor(FunctionValueType,Boolean,Boolean)
    In This Topic
    Initializes an instance of a parameter.
    Syntax
    public Parameter( 
       FunctionValueType valueType,
       System.bool acceptReference,
       System.bool acceptCustomObjects
    )

    Parameters

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