_OutlookBarGroups.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 _OutlookBarGroups
Dim Index As Object

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

Parameters

  • Index
    Type: System.Object

    The name or 1-based index value of an object within a collection.

See Also

Reference

_OutlookBarGroups Interface

_OutlookBarGroups Members

Microsoft.Office.Interop.Outlook Namespace