GetLBound Method

Gets the lower bound value for the specified dimension.

Syntax

lbound = object.GetLBound (dim)

Parameters

dim
A Short value that contains the array dimension (indexed from 0 to Rank - 1) of the lower bound value to be retrieved.

Return Value

lbound
A Long value containing the lower bound value of the given array dimension.

Remarks

See the Remarks in SetLBound.

See Also

SetLBound