Range.HighlightColorIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.