Remove an enhancement option which corresponds to the given index.
Visual Basic |
---|
Public Sub RemoveOption( _ ByVal index As Long _ ) |
- index
- The zero-based index where this method will remove the element.
This method removes the given Option from the collection at the given index. It moves all elements (if any) that follow the removed element up one place (their indices will be one less than they were).