GetLevel Method

Gets the level properties for the specified level index of the lookup object.

Syntax

object.GetLevel iIndex, pInput1, pOutput1, [pInput2], [pOutput2]

Properties

The GetLevel method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

iIndex

Long. 1-based index into the array of levels.

pInput1

Variant. Returns the first input parameter. Used as the lookup value for exact match lookups, and the minimum value for range comparison lookups.

pOutput1

Variant. Returns the primary output value at this level.

pInput2

Variant. (Optional) Returns the second input parameter. Used as the maximum value for range comparison lookups.

pOutput2

Variant. (Optional) Returns the secondary output value for this level. Used by the lookup object as the “blink to” value at this level.

 

Example

Applies To