Paragraph.Reset Method
Removes manual paragraph formatting (formatting not applied using a style).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Reset
'Usage
Dim instance As Paragraph
instance.Reset()
void Reset()
Remarks
If you manually right align a paragraph and the underlying style has a different alignment, the Reset method changes the alignment to match the formatting of the underlying style.