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 6 Next »

Description

The ComputationResult 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 ComputationResult.Value could not be found.

Type

The page ComputationResult.Type could not be found.

Constructors

Name

Description

ComputationResult(string)

Creates a new ComputationResult with the Type set to STRING

ComputationResult(bool)

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