SpellingOptions.BrazilReform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.