Share via


_OrderFields.Remove Method

Removes an object from the collection.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub Remove ( _
    Index As Object _
)
'Usage
Dim instance As _OrderFields
Dim Index As Object

instance.Remove(Index)
[DispIdAttribute()]
void Remove(
    Object Index
)

Parameters

  • Index
    Type: System.Object

    Either the index number of the object, or a value used to match the ViewXMLSchemaName property value of an object in the collection.

See Also

Reference

_OrderFields Interface

_OrderFields Members

Microsoft.Office.Interop.Outlook Namespace