Share via


SpellingOptions.RussianStrictE Property

Gets or sets whether the spelling checker uses rules regarding Russian words containing the character ë.

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

Syntax

'Declaration
Property RussianStrictE As Boolean
    Get
    Set
'Usage
Dim instance As SpellingOptions
Dim value As Boolean

value = instance.RussianStrictE

instance.RussianStrictE = value
bool RussianStrictE { get; set; }

Property Value

Type: System.Boolean
true if the spelling checker uses rules regarding Russian words containing the character ë; otherwise, false.

Remarks

Read/write.

true if the spelling checker uses rules regarding Russian words containing the character ë; otherwise false.

See Also

Reference

SpellingOptions Interface

SpellingOptions Members

Microsoft.Office.Interop.Excel Namespace