Share via


SpellingOptions.BrazilReform Property

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

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

Syntax

'Declaration
Property BrazilReform As XlPortugueseReform
    Get
    Set
'Usage
Dim instance As SpellingOptions
Dim value As XlPortugueseReform

value = instance.BrazilReform

instance.BrazilReform = value
XlPortugueseReform BrazilReform { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlPortugueseReform
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.

See Also

Reference

SpellingOptions Interface

SpellingOptions Members

Microsoft.Office.Interop.Excel Namespace