M-Files API 23.11.13135.0
Remove Method
ValueListItemSearchResults Collection : Remove Method

The position from where the collection member will be removed.  The indexes of the members after this position will be decreased by one.

The first element in the collection has the index of 1.

Description
Removes the item at the specified position from the collection.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal Index As Long _
) 
Parameters
Index

The position from where the collection member will be removed.  The indexes of the members after this position will be decreased by one.

The first element in the collection has the index of 1.

See Also

ValueListItemSearchResults Collection  | ValueListItemSearchResults Members