Share via


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.Int32

    Required Integer. The index number of the property test to be removed.

See Also

Reference

SearchFolders Interface

SearchFolders Members

Microsoft.Office.Core Namespace