Replacement.Highlight 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.
True if highlight formatting is applied to the replacement text. Can return or be set to True, False, or wdUndefined.
public:
property int Highlight { int get(); void set(int value); };
public int Highlight { get; set; }
member this.Highlight : int with get, set
Public Property Highlight As Integer