| Remove Method | |
| See Also |
- Index
One of the following:
- The index of the valid value, 0-based (long integer)
- The display name of the valid value (string)
- The valid value (string)
- SearchKey
- Specifies the search criterion for locating values.
Removes an item from the collection.
| Visual Basic |
|---|
Public Sub Remove( _
ByVal Index As Variant, _
Optional ByVal SearchKey As BoSearchKey = psk_ByValue _
) |
- Index
One of the following:
- The index of the valid value, 0-based (long integer)
- The display name of the valid value (string)
- The valid value (string)
- SearchKey
Specifies the search criterion for locating values.Value Description psk_ByValue By item value psk_ByDescription By item description psk_Index By item index
For use with user-created items only.