Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the spelling checker uses spelling rules regarding Russian words that use the strict ë character.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property StrictRussianE As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.StrictRussianE
instance.StrictRussianE = value
bool StrictRussianE { get; set; }
Property Value
Type: System.Boolean
true if the spelling checker uses spelling rules regarding Russian words that use the strict ë character; otherwise, false.
Remarks
Read/write. Setting this property has the same effect as checking or unchecking the Russian: Enforce strict ë checkbox in the Word Options dialog (Proofing, When correcting spelling in Microsoft Office programs).