FieldWidth Property

Gets or sets a value that determines the width allocated to display each data value.

Syntax

object.FieldWidth [= value]

Parameters

value
A Long expression containing the field width.

Remarks

FieldWidth is ignored if the UseDefaultFormat property is TRUE. It is also ignored if property UseHex is TRUE when displaying integer data, or if property UseExp is TRUE when displaying floating-point data.

See Also

UseDefaultFormat, Precision, UseHex, UseExp