Range.HighlightColorIndex Property

Definition

Returns or sets the highlight color for the specified range.

public:
 property Microsoft::Office::Interop::Word::WdColorIndex HighlightColorIndex { Microsoft::Office::Interop::Word::WdColorIndex get(); void set(Microsoft::Office::Interop::Word::WdColorIndex value); };
public Microsoft.Office.Interop.Word.WdColorIndex HighlightColorIndex { get; set; }
member this.HighlightColorIndex : Microsoft.Office.Interop.Word.WdColorIndex with get, set
Public Property HighlightColorIndex As WdColorIndex

Property Value

Remarks

Setting this property to wdNoHighlight removes the highlight color (if any) from the specified range.

Applies to