[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Parameter

Parameter Class

表示一个函数的参数。

Inheritance
Parameter
Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public class Parameter

Constructors

Name Description
Parameter(FunctionValueType)

初始化参数的实例。

Parameter(FunctionValueType, bool)

初始化参数的实例。

Parameter(FunctionValueType, bool, bool)

初始化参数的实例。

Parameter(FunctionValueType, object)

初始化参数的实例。

Parameter(FunctionValueType, object, bool)

初始化参数的实例。

Parameter(string, string, FunctionValueType, object)

初始化参数的实例。

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

初始化参数的实例。

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

初始化参数的实例。

Properties

Name Description
AcceptCustomObjects

如果值类型为Object ,则接受自定义对象。

AcceptReference

如果参数可以接受引用。

DefaultValue

获取参数的默认值。

Description

获取参数的描述。

Name

获取参数的名称。

ValueType

获取参数的值类型。