ITabRange.MaxValue

Syntax

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

Parameters

bIgnoreString. Indicates whether string values are ignored.

Description

The MaxValue method searches for the greatest 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:

ITabCellValidate