Tags.Delete Method
Deletes a tag.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Delete ( _
Name As String _
)
'Usage
Dim instance As Tags
Dim Name As String
instance.Delete(Name)
void Delete(
string Name
)
Parameters
- Name
Type: System.String
Tthe name of the tag to be deleted.