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

FileTypes Interface

FileTypes Members

Microsoft.Office.Core Namespace