FormatDataType Property

Specifies whether the format object is alphanumeric or numeric.

Syntax

object.FormatDataType

Properties

The FormatDataType property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Settings

FormatDataType is a read-only property of type enumFormatDataType. The settings for enumFormatDataType are:

Constant

Value

Alphanumeric

0

Numeric

1

 

Applies To