SearchFolders.Remove Method
Removes the specified object from the collection.
Syntax
expression.Remove(Index)
expression Required. A variable that represents a SearchFolders object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Index | Required | Long | The index number of the property test to be removed. |
Example
This example removes the first search criterion from the collection.
| Visual Basic for Applications |
|---|
|