Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Introduced in build 9.1

Description

This enumeration is used to indicate what the value type is.
C#
public enum FunctionValueType
vb.net
Public Enum FunctionValueType

Values

Name

Description

NULL

Null value

NUMBER

Number value

BOOLEAN

Boolean value

STRING

String value

RANGE

Range value

  • No labels