Options.PortugalReform Property

Gets or sets the mode for the European Portuguese speller.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PortugalReform As WdPortugueseReform
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdPortugueseReform

value = instance.PortugalReform

instance.PortugalReform = value
WdPortugueseReform PortugalReform { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdPortugueseReform
The mode for the European Portuguese speller.

Remarks

Read/write. Setting this property has the same effect as selecting an item in the drop-down box next to European Portuguese modes: in the Word Options dialog box (Proofing, When correcting spelling in Microsoft Office programs).

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace