SpellingOptions.BrazilReform Property

Definition

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

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

Property Value

The mode for checking the spelling of Brazilian Portuguese.

Remarks

Read/write.

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

Applies to