[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Parameter

Parameter Class

Represents the parameter of a function.

Inheritance
Parameter
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class Parameter
Public Class Parameter

Constructors

Name Description
Parameter(FunctionValueType)

Initializes an instance of a parameter.

Parameter(FunctionValueType, bool)

Initializes an instance of a parameter.

Parameter(FunctionValueType, bool, bool)

Initializes an instance of a parameter.

Parameter(FunctionValueType, object)

Initializes an instance of a parameter.

Parameter(FunctionValueType, object, bool)

Initializes an instance of a parameter.

Parameter(string, string, FunctionValueType, object)

Initializes an instance of a parameter.

Parameter(string, string, FunctionValueType, object, bool)

Initializes an instance of a parameter.

Parameter(string, string, FunctionValueType, object, bool, bool)

Initializes an instance of a parameter.

Properties

Name Description
AcceptCustomObjects

Accepts custom objects if value type is Object.

AcceptReference

if the parameter can accept reference.

DefaultValue

Gets the default value of the parameter.

Description

Gets the description of the parameter.

Name

Gets the name of the parameter.

ValueType

Gets the value type of the parameter.