Partager via


SpellingOptions.ArabicStrictFinalYaa Property

Gets or sets whether the spelling checker uses rules regarding Arabic words ending with the letter yaa.

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

Syntax

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

value = instance.ArabicStrictFinalYaa

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

Property Value

Type: System.Boolean
true if the spelling checker uses rules regarding Arabic words ending with the letter yaa; otherwise, false.

Remarks

Read/write.

true if the spelling checker uses rules regarding Arabic words ending with the letter yaa; otherwise false.

See Also

Reference

SpellingOptions Interface

SpellingOptions Members

Microsoft.Office.Interop.Excel Namespace