Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Description

The FunctionValue class is used to pass arguments in and get results from custom functions.
C#
vb.net

Examples

C#
vb.net

Properties

Name

Description

Value

The page FunctionValue.Value does not exist.

Type

The page FunctionValue.Type does not exist.

Constructors

Name

Description

FunctionValue(String)

Creates a new FunctionValue object setting the Value property to the String passed in to the constructor and setting the Type property to FunctionValueType.STRING.

FunctionValue(Boolean)

Creates a new FunctionValue object setting the Value property to the Boolean passed in to the constructor and setting the Type property to FunctionValueType.BOOLEAN.
FunctionValue(Double)Creates a new FunctionValue object setting the Value property to the Double passed in to the constructor and setting the Type property to FunctionValueType.NUMBER.
FunctionValue(Range)Creates a new FunctionValue object setting the Value property to the Range passed in to the constructor and setting the Type property to FunctionValueType.RANGE.
  • No labels