Replacement.Highlight Property
True if highlight formatting is applied to the replacement text. Can return or be set to True, False, or wdUndefined.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Highlight As Integer
Get
Set
'Usage
Dim instance As Replacement
Dim value As Integer
value = instance.Highlight
instance.Highlight = value
int Highlight { get; set; }
Property Value
Type: System.Int32