Options.SpanishMode Property

Definition

Gets or sets the mode for the Spanish speller.

public:
 property Microsoft::Office::Interop::Word::WdSpanishSpeller SpanishMode { Microsoft::Office::Interop::Word::WdSpanishSpeller get(); void set(Microsoft::Office::Interop::Word::WdSpanishSpeller value); };
public Microsoft.Office.Interop.Word.WdSpanishSpeller SpanishMode { get; set; }
member this.SpanishMode : Microsoft.Office.Interop.Word.WdSpanishSpeller with get, set
Public Property SpanishMode As WdSpanishSpeller

Property Value

The mode for the Spanish speller.

Remarks

Read/write. Setting this property has the same effect as selecting an option under Spanish modes: in the Word Options dialog box (Proofing, When correcting spelling in Microsoft Office programs).

Applies to