ITabFormatNumericScale.GetMinValue

Syntax

GetMinValue: Double;

Description

The GetMinValue method returns the minimum value of the numeric scale.

Comments

If minimum value of numeric scale is not set, the method returns the -10 value.

Use the ITabFormatNumericScale.GetMaxValue property to determine maximum value of numeric scale.

Example

The method use is given in the example for ITabFormatNumericScale.GetMaxValue.

See also:

ITabFormatNumericScale