SetLowerBound Method
Description
Sets the lower bound of the specified index set.
Syntax
Visual Basic |
---|
Public Function SetLowerBound( _ ByVal index As Long, _ ByVal LowerBound As Long _ ) As Boolean |
Parameters
- index
- Required Long parameter that specifies which index set to use in setting the lower bound.
- LowerBound
See Also