SpellingOptions.PortugalReform Property

Definition

Gets or sets the mode for checking the spelling of European Portuguese.

public:
 property Microsoft::Office::Interop::Excel::XlPortugueseReform PortugalReform { Microsoft::Office::Interop::Excel::XlPortugueseReform get(); void set(Microsoft::Office::Interop::Excel::XlPortugueseReform value); };
public Microsoft.Office.Interop.Excel.XlPortugueseReform PortugalReform { get; set; }
Public Property PortugalReform As XlPortugueseReform

Property Value

The mode for checking the spelling of European Portuguese.

Remarks

Read/write.

Note: This property does not set the mode for checking the spelling of Brazilian Portuguese. To do that, use the BrazilReform property.

Applies to