SearchFolders.Remove Method
Removes the specified object from the collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Remove ( _
Index As Integer _
)
'Usage
Dim instance As SearchFolders
Dim Index As Integer
instance.Remove(Index)
void Remove(
int Index
)
Parameters
Index
Type: System.Int32Required Integer. The index number of the property test to be removed.