XLL+ Class Library (7.0)

Bound.Lower

The lower bound of the dimension

Remarks

This property controls the base of the output array.

If it is set to 0 (the default) then the output array will begin at index 0.

It may be set to 1, so that the ouput array will have an empty item at its start, and its data will start at index 1. This setting is useful for calling functions in libraries that expect 1-based arrays.

See Also

Bound Model | Bound Properties