UseExp Property

Gets or sets a value that determines whether to display floating-point data in scientific notation.

Syntax

object.UseExp [= value]

Parameters

value
A Boolean expression that, when TRUE, displays floating-point data in scientific notation.

Remarks

UseExp is ignored when displaying integer data, or if the UseDefaultFormat property is TRUE.

See Also

UseDefaultFormat