GetDefaultFormat Method

Gets the default field width and precision used for displaying data.

Syntax

object.GetDefaultFormat (fieldwidth, precision)

Parameters

fieldwidth
A Long variable that receives the field width of the default format.

precision
A Long variable that receives the precision of the default format.

Return Value

None.