_Document.AutoFormatOverride Property
Returns or sets a Boolean that represents whether automatic formatting options override formatting restrictions in a document where formatting restrictions are in effect.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatOverride As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.AutoFormatOverride
instance.AutoFormatOverride = value
bool AutoFormatOverride { get; set; }
Property Value
Type: System.Boolean