UseDefaultFormat Property

Gets or sets a value that determines whether to display data using a default format.

Syntax

object.UseDefaultFormat [= value]

Parameters

value
A Boolean expression that, when TRUE, displays data using a default format.

Remarks

You can use the GetDefaultFormat method to retrieve the field width and precision information of the default format. If the UseDefaultFormat property is TRUE, the UseHex, UseExp, FieldWidth, and Precision properties are ignored.

See Also

GetDefaultFormat, UseHex, UseExp, FieldWidth, Precision