Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Parameter Class / Parameter Constructor / Parameter Constructor(String,String,FunctionValueType,Object)
The name of the parameter.
The description of the parameter.
The value type of the parameter.
The default value of the parameter.
In This Topic
    Parameter Constructor(String,String,FunctionValueType,Object)
    In This Topic
    Initializes an instance of a parameter.
    Syntax
    public Parameter( 
       System.string name,
       System.string description,
       FunctionValueType valueType,
       System.object defaultValue
    )

    Parameters

    name
    The name of the parameter.
    description
    The description of the parameter.
    valueType
    The value type of the parameter.
    defaultValue
    The default value of the parameter.
    See Also