Share via


SpellingOptions.SpanishModes Property

Gets or sets the mode for checking the spelling of Spanish.

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

Syntax

'Declaration
Property SpanishModes As XlSpanishModes
    Get
    Set
'Usage
Dim instance As SpellingOptions
Dim value As XlSpanishModes

value = instance.SpanishModes

instance.SpanishModes = value
XlSpanishModes SpanishModes { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSpanishModes
The mode for checking the spelling of Spanish.

Remarks

Read/write.

See Also

Reference

SpellingOptions Interface

SpellingOptions Members

Microsoft.Office.Interop.Excel Namespace