DeleteTags Method

Removes one or more tag pairs from the collection.

Syntax

DeleteTags(ByVal Index as Long, ByVal Count as Long)

Parameters

Index

A 1-based index pointing to the first tag to remove.

Count

The number of tags to remove.

Remarks

Removing tag pairs changes the indexes for remaining tag pairs that follow the deleted tag pairs. To delete all tags from a Tags collection, use this code:

Tags.DeleteTags 1, Tags.Count

Applies to   Choice object, ChoiceFilter object