Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
vb.net
vb.net
Public Enum ComputationResultType

Propertiesvalues

Name

Description

Anchor
NULL

Indicates the ComputationResult Value is null

NUMBER

Indicates the ComputationResult Value is a double

BOOLEAN

Indicates the ComputationResult Value is a bool

STRING

Indicates the ComputationResult Value is a string

RANGE

Indicates the ComputationResult Value is a Range

 

...

NULL
NULL

Null value

Anchor
NUMBER
NUMBER
NUMBER

Number value

Anchor
BOOLEAN
BOOLEAN
BOOLEAN

Boolean value

Anchor
STRING
STRING
STRING

String value

Anchor
RANGE
RANGE
RANGE

Range value