Adds the supplied index set to the array index command.
Visual Basic |
---|
Public Function AddIndexSet( _ ByVal LowerBound As Long, _ ByVal UpperBound As Long _ ) As Boolean |
- LowerBound
- Required Long parameter representing the lower bound of the index set to be added.
- UpperBound
- Required Long parameter representing the lower bound of the index set to be added.