Description
Sets or returns a boolean
representing if Word will update the styles in the current document to match the styles in the attached Word template (i.e. Normal.dot) each time you open the document in Word. This should be set to true
when you want to ensure that your document contains up-to-date style formatting.
C#
vb.net
Remarks
The default value for a new Document is false
.
MS Word equivalent: Tools menu > Templates and Add-ins... > Document template section > Automatically update document styles
Examples
C#
vb.net