Selection.ClearFormatting Method
Removes text and paragraph formatting from a selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ClearFormatting
'Usage
Dim instance As Selection
instance.ClearFormatting()
void ClearFormatting()