Precision Property

Gets or sets a value that determines how many digits to the right of the decimal point are displayed for floating-point data.

Syntax

object.Precision [= value]

Parameters

value
A Long expression containing the precision.

Remarks

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

See Also

UseDefaultFormat, FieldWidth