AddIns.Remove Method
Removes an add-in from the collection of add-ins.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Remove ( _
ByRef Index As Object _
)
'Usage
Dim instance As AddIns
Dim Index As Object
instance.Remove(Index)
void Remove(
ref Object Index
)
Parameters
- Index
Type: System.Object
The name or index number of the add-in to be removed from the collection.