Share

HighlightSet.Remove Method

Parent Object: HighlightSet

Description

Method that removes the specified object from the highlight set.

Syntax

HighlightSet.Remove( Index As Variant )

Parameters

Name Type Description
Index Variant Input value that specifies the object to remove. This can be a Long, which specifies the index within the collection of the item to remove, or it can be the object you wish to remove. This method only removes the object from the highlight set. It does not delete it from the document.

Version

Introduced in version 5

Was this information helpful?