HighlightSet.Remove Method
Parent Object: HighlightSetDescription
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. |