VBArray.lbound() (Method)

A method that returns the index position of the first element in the VBArray.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyVBArray.lbound(aDimension)
Argument list:aDimensionThe dimension for which the lower bounds is required

This is the lower boundary value for the indicated dimension. You will need to measure this for each dimension individually if the array is multi-dimensional.