AutoCorrectEntry.RichText Property
Returns a value that indicates if formatting is stored with the AutoCorrect entry replacement text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property RichText As Boolean
Get
'Usage
Dim instance As AutoCorrectEntry
Dim value As Boolean
value = instance.RichText
bool RichText { get; }
Property Value
Type: System.Boolean