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 11 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 with the Type set to STRING

 FunctionValue(Boolean)

Creates a new FunctionValue with the Type set to BOOLEAN
 FunctionValue(Double)Creates a new FunctionValue with the Type set to NUMBER
 FunctionValue(Range)Creates a new FunctionValue with the Type set to RANGE
  • No labels