ITabRange.MinValue

Syntax

MinValue([bIgnoreString: Boolean = true]): Variant;

Parameters

bIgnoreString. Indicates whether string values are ignored.

Description

The MinValue method searches for the least value in the range.

Comments

If the bIgnoreString parameter is set to false, and the range contains text value, the exception is thrown with the #N/A text is displayed.

Example

The property use is given in the example for ITabRange.IfError.

See also:

ITabRange